Skip to content

Commit fd09cc8

Browse files
authored
Merge pull request #4605 from segmentio/joeynmq-patch-3
Update value mapping on Order Completed event
2 parents 15f0770 + 3f2b2a8 commit fd09cc8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can map your custom `.track()` events to any **Click Conversions** you creat
5555

5656
If you pass `properties.value`, `properties.currency`, or `properties.order_id`, Segment maps them to Google's semantic `value`, `currency`, or `transaction_id` respectively.
5757

58-
The only exception is that for `Order Completed` events, Segment will map Google's semantic `value` field to your `properties.revenue`.
58+
The only exception is that for `Order Completed` events, Segment will map Google's semantic `value` field to your `properties.revenue` or `properties.total`. If you pass both as properties, `properties.revenue` takes precedence.
5959

6060
## Troubleshooting Google Ads Conversions
6161
To figure out if an event is flagged for conversion, follow these steps:

0 commit comments

Comments
 (0)