Skip to content

Commit 40a625c

Browse files
committed
renamed images and moved to another folder and other fixes
1 parent 3869dda commit 40a625c

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ strat: google
99

1010
If you're using the [new Google Ads (Gtag) experience](https://support.google.com/adwords/answer/6095821?hl=en&ref_topic=3165803), you can enable the **Google Ads (Gtag)** Destination (previously called "Google Adwords New") in the Segment catalog. The new Google Ads uses a Global Site Tag (Gtag) and event snippets.
1111

12-
**IMPORTANT**: Only use this destination if your Google Ads account is using the _New_ (Gtag) Experience. If you're using Google Tag Manager (a separate product) as well, don't add the global site tag again in your GTM containers. You should also disable any [Google Ads (Classic)](https://segment.com/docs/connections/destinations/catalog/adwords/) destinations within the same source, since **Google Ads (Classic)** can't load at the same times as **Google Ads (Gtag)**.
12+
> info "Info message."
13+
> **IMPORTANT**: Only use this destination if your Google Ads account is using the _New_ (Gtag) Experience. If you're using Google Tag Manager (a separate product) as well, don't add the global site tag again in your GTM containers. You should also disable any [Google Ads (Classic)](https://segment.com/docs/connections/destinations/catalog/adwords/) destinations within the same source, since **Google Ads (Classic)** can't load at the same times as **Google Ads (Gtag)**.
1314
1415
## Getting Started
1516

@@ -35,13 +36,14 @@ analytics.page({}, {
3536
});
3637
```
3738

38-
**NOTE**: The `'Google Ads (Gtag)'` is case sensitive. Segment prefers you to use `order_id` rather than `transaction_id` to stay more consistent with the [ecommerce spec](https://segment.com/docs/connections/spec/ecommerce/v2). However, Segment will send it as `transaction_id` in the request itself to satisfy Google's specifications.
39+
> note ""
40+
> **NOTE:** The `'Google Ads (Gtag)'` is case sensitive. Segment prefers you to use `order_id` rather than `transaction_id` to stay more consistent with the [ecommerce spec](https://segment.com/docs/connections/spec/ecommerce/v2). However, Segment will send it as `transaction_id` in the request itself to satisfy Google's specifications.
3941
4042
## Track
4143

42-
You can map your custom `.track()` events to any **Click Conversions** you created inside Google Ads. Segment will pass any `properties` so you can use them during your remarketing campaigns.
44+
You can map your custom `.track()` events to any **Click Conversions** you created inside Google Ads. Segment passes any `properties` so you can use them during your remarketing campaigns.
4345

44-
If you pass `properties.value`, `properties.currency`, or `properties.order_id`, Segment will map them to Google's semantic `value`, `currency`, or `transaction_id` respectively.
46+
If you pass `properties.value`, `properties.currency`, or `properties.order_id`, Segment maps them to Google's semantic `value`, `currency`, or `transaction_id` respectively.
4547

4648
The only exception is that for `Order Completed` events, Segment will map Google's semantic `value` field to your `properties.revenue`.
4749

@@ -56,16 +58,16 @@ To figure out your conversion numbers that are sent to AdWords:
5658
3. Find your ad online and click on it. This will redirect you to your website.
5759
4. Open the Network tab in your browser and make sure the **Preserve log** checkbox is checked and **All** is selected.
5860

59-
![Network tab](/docs/connections/destinations/catalog/google-ads-gtag/images/gtag-1.png)
61+
![Network tab](../../images/network-tab.png)
6062

6163
5. Go to the **Settings** tab for your Gtag destination in Segment and choose **Click Conversions** to look at the mapped `track()` events and make sure the events are mapped to the correct **Adwords Conversion Label**.
6264

63-
![Edit Settings](images/gtag-2.png)
65+
![Edit Settings](../../images/conversion-settings.png)
6466

6567
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`.
6668
7. Open the Network tab in your browser and enter the **Adwords Conversion Label** linked to the event you triggered in the **Filter** field.
6769

68-
![Network tab](./images/gtag-3.png)
70+
![Network tab](../../images/network-tab-search.png)
6971

7072
8. See if the value for the `ct_cookie_present` changed to `true`. If `true`, it means that Adwords counts the event as a conversion.
7173

0 commit comments

Comments
 (0)