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/actions-google-enhanced-conversions/index.md
+11-12
Original file line number
Diff line number
Diff line change
@@ -46,20 +46,19 @@ Actions define which events Segment sends to Google Enhanced Conversions, and th
46
46
2. Click **Add Subscription**, and select **Post Conversion**.
47
47
3. Configure the **Event Trigger**. For example, you can trigger the action whenever the source sends an Event named `Purchase`. Click **Continue** to configure the action fields, skip Testing for now. 
48
48
4. Enter the Conversion Label. Find it using the instructions in the article [Google Ads conversions](https://support.google.com/tagmanager/answer/6105160?hl=en){:target="_blank"}.
49
-
5. Configure the remaining properties. The **Email** field is not editable. In the default configuration, `properties.email` maps to the Email property in Google Enhanced Conversions. If `properties.email` is unavailable, the destination uses `traits.email` as a fallback.
49
+
5. Configure the remaining properties.
50
50
6. When you're finished editing the action fields, click **Continue**. Click **Save**.
51
51
7. To test your action, expand the **Test event trigger** section. Segment searches for recent events that match the trigger conditions. If there are no recent events that match the criteria, click **manually enter an event**, and replace the default event data with the following:
52
52
```json
53
53
{
54
-
"messageId": "segment-test-message-hkz2b",
55
-
"timestamp": "2021-08-27T17:32:12.781Z",
54
+
"messageId": "segment-test-message-hkz2b",
55
+
"timestamp": "2021-08-27T17:32:12.781Z",
56
56
"context" : {
57
57
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1"
0 commit comments