Skip to content

Commit c10a8b2

Browse files
authored
Fix numbers that were changed
1 parent 2585e89 commit c10a8b2

File tree

1 file changed

+3
-3
lines changed
  • src/connections/destinations/catalog/google-ads-gtag

1 file changed

+3
-3
lines changed

src/connections/destinations/catalog/google-ads-gtag/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ To figure out if an event is flagged for conversion, follow these steps:
8282
8383
![Edit Settings](../../images/conversion-settings.png)
8484
85-
7. Go back to your website and trigger the event mapped to the conversion. For example, as shown in the image above, it would be `Order Completed`.
86-
8. Go to the Network tab in your browser and enter the **Conversion Label** linked to the event you triggered in the **Filter** field.
85+
6. Go back to your website and trigger the event mapped to the conversion. For example, as shown in the image above, it would be `Order Completed`.
86+
7. Go to the Network tab in your browser and enter the **Conversion Label** linked to the event you triggered in the **Filter** field.
8787
8888
![Network tab](../../images/network-tab-search.png)
8989
90-
9. See if the value for the `ct_cookie_present` changed to `true`. If `true`, it means that Google Ads counts the event as a conversion.
90+
8. See if the value for the `ct_cookie_present` changed to `true`. If `true`, it means that Google Ads counts the event as a conversion.
9191
9292
> info ""
9393
> Google Ads considers an event as a conversion when the user arrives to your website as a result of an Ad _click_. The Google SDK is responsible for checking if the user came from an Ad click and sets the parameter `ct_cookie_present` to true. Without clicking through an ad, Google Ads doesn't reflect the conversion because this information is missing in the network requests.

0 commit comments

Comments
 (0)