diff --git a/src/connections/destinations/catalog/google-ads-gtag/index.md b/src/connections/destinations/catalog/google-ads-gtag/index.md index 682783237c..c3f5f74f95 100644 --- a/src/connections/destinations/catalog/google-ads-gtag/index.md +++ b/src/connections/destinations/catalog/google-ads-gtag/index.md @@ -55,7 +55,7 @@ You can map your custom `.track()` events to any **Click Conversions** you creat If you pass `properties.value`, `properties.currency`, or `properties.order_id`, Segment maps them to Google's semantic `value`, `currency`, or `transaction_id` respectively. -The only exception is that for `Order Completed` events, Segment will map Google's semantic `value` field to your `properties.revenue`. +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. ## Troubleshooting Google Ads Conversions To figure out if an event is flagged for conversion, follow these steps: