Skip to content

Commit 2585e89

Browse files
authored
Add info about where to find Conversion Label
1 parent 626ecd0 commit 2585e89

File tree

1 file changed

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

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,17 @@ To figure out if an event is flagged for conversion, follow these steps:
7777
7878
5. Go to the **Settings** tab for your Gtag destination in Segment on a new webpage and choose **Click Conversions** to look at the mapped `track()` events and make sure the events are mapped to the correct **Conversion Label**.
7979
80+
> info ""
81+
> The Conversion Label is unique to each conversion action and is therefore configured per mapping. You can find the Conversion Label in your Google Ads account using the instructions in the article [Google Ads conversions](https://support.google.com/tagmanager/answer/6105160?hl=en){:target="_blank"}.
82+
8083
![Edit Settings](../../images/conversion-settings.png)
8184
82-
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`.
83-
7. Go to the Network tab in your browser and enter the **Conversion Label** linked to the event you triggered in the **Filter** field.
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.
8487
8588
![Network tab](../../images/network-tab-search.png)
8689
87-
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.
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.
8891
8992
> info ""
9093
> 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)