You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/google-ads-gtag/index.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,24 +48,29 @@ If you pass `properties.value`, `properties.currency`, or `properties.order_id`,
48
48
The only exception is that for `Order Completed` events, Segment will map Google's semantic `value` field to your `properties.revenue`.
49
49
50
50
## Troubleshooting AdWords Conversions
51
-
To figure out your conversion numbers that are sent to AdWords:
52
-
1. Confirm that the events mapped to Google Ads Conversion are being sent in device-mode. To do this:
53
-
1. Go to **Connections > Destinations** in your workspace.
54
-
2. Choose the **Gtag** destination.
55
-
3. Click the **Event Tester** tab and click **Send Event**.
56
-
If the destination is able to handle the event, the events are successfully being sent.
51
+
To figure out if an event is flagged for Conversion by the AdWords SDK, follow these steps:
52
+
1. Confirm that the events mapped to Google Ads Conversion are being sent in device-mode while using the Segment Analytics.js library. To do this:
53
+
1. Go to **Connections > Sources** in your workspace and choose your Source.
54
+
2. Go to the **Debugger** tab.
55
+
3. Click on an event and look at the **Raw** view to make sure the events have a library name of `analytics.js`. There should be a snippet of code that looks like this:
56
+
57
+
```js
58
+
"library": {
59
+
"name":"analytics.js",
60
+
```
61
+
57
62
2. Verify that the [Google Conversion ID](/docs/connections/destinations/catalog/google-ads-gtag/#google-conversion-id) in your Segment workspace is correct.
58
63
3. Find your ad online and click on it. This will redirect you to your website.
59
-
4. Open the Network tab in your browser and make sure the **Preserve log** checkbox is checked and **All** is selected.
64
+
4. Open the Network tab in your browser and make sure the **Preserve log** checkbox is checked and **All** is selected. Keep this Network tab and webpage open.
60
65
61
66

62
67
63
-
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**.
68
+
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 **Adwords Conversion Label**.
0 commit comments