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-classic/index.md
+17-43Lines changed: 17 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,51 +198,25 @@ To track the monetary value of a conversion, make sure your event contains a `.r
198
198
> warning ""
199
199
> Google Ads (Classic) has plans to deprecate the API that the functionality outlined here relies on. Reference the documentation that supports their new API version above.
200
200
201
-
You can specify your key mobile events as conversion events inside of Google Ads conversion dashboard. When these events fire from your mobile apps, Segment triggers these Google Ads (Classic) conversions. Segment SDKs should include the following properties, which are required to send the conversions. If you notice these properties aren't being logged, you will want to check your debugger to ensure the properties are in fact included in your events.
202
-
203
-
<table>
204
-
<tr>
205
-
<td>**label**</td>
206
-
<td>Your Advertising Label from the destination settings panel</td>
207
-
</tr>
208
-
<tr>
209
-
<td>**rdid**</td>
210
-
<td>`context.device.advertisingId`</td>
211
-
</tr>
212
-
<tr>
213
-
<td>**bundleid**</td>
214
-
<td>`context.app.namespace`</td>
215
-
</tr>
216
-
<tr>
217
-
<td>**appversion**</td>
218
-
<td>`context.app.version`</td>
219
-
</tr>
220
-
<tr>
221
-
<td>**osversion**</td>
222
-
<td>`context.os.version`</td>
223
-
</tr>
224
-
<tr>
225
-
<td>**sdkversion**</td>
226
-
<td>`context.app.build`</td>
227
-
</tr>
228
-
</table>
201
+
You can specify key mobile events as conversion events inside of Google Ads conversion dashboard. When these events fire from your mobile apps, Segment triggers these Google Ads (Classic) conversions. Segment SDKs should include the following properties, which are required to send the conversions. If you notice these properties aren't being logged, check the debugger to ensure the properties are included in your events.
| label | The Advertising Label from the destination settings panel |
207
+
| rdid |`context.device.advertisingId`|
208
+
| bundleid |`context.app.namespace`|
209
+
| appversion |`context.app.version`|
210
+
| osversion |`context.os.version`|
211
+
| sdkversion |`contet.app.build`|
229
212
230
213
The following properties are optional, if you'd like to see more, [contact Segment Support](https://segment.com/help/contact/).
231
214
232
-
<table>
233
-
<tr>
234
-
<td>**referrer**</td>
235
-
<td>context.referrer.id</td>
236
-
</tr>
237
-
<tr>
238
-
<td>**value**</td>
239
-
<td>`properties.revenue`</td>
240
-
</tr>
241
-
<tr>
242
-
<td>**currency_code**</td>
243
-
<td>`properties.currency`</td>
244
-
</tr>
245
-
<tr>
246
-
</table>
215
+
| Property | Mapping |
216
+
| ------------- | --------------------- |
217
+
| referrer |`context.referrer.id`|
218
+
| value |`properties.revenue`|
219
+
| currency_code |`properties.currency`|
220
+
247
221
248
222
Here's Google documentation for the endpoint Segment connects to [for iOS apps](https://developers.google.com/app-conversion-tracking/ios/conversion-tracking-server#reporting_in-app_conversions_from_an_analytics_server) and [for Android Apps](https://developers.google.com/app-conversion-tracking/android/conversion-tracking-server#in-app_conversions). It can take 24-48 hours for conversions to show up in the conversions dashboard.
0 commit comments