Skip to content

Commit 0d981c8

Browse files
authored
Merge pull request #126 from segmentio/repo-sync
repo sync
2 parents 1105c81 + 58e0fe1 commit 0d981c8

File tree

1 file changed

+11
-12
lines changed
  • src/connections/destinations/catalog/actions-google-enhanced-conversions

1 file changed

+11
-12
lines changed

src/connections/destinations/catalog/actions-google-enhanced-conversions/index.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,19 @@ Actions define which events Segment sends to Google Enhanced Conversions, and th
4646
2. Click **Add Subscription**, and select **Post Conversion**.
4747
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. ![The action fires when it receives an event named Purchase](images/gec_trigger.png)
4848
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.
5050
6. When you're finished editing the action fields, click **Continue**. Click **Save**.
5151
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:
5252
```json
5353
{
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",
5656
"context" : {
5757
"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"
5858
},
59-
"type": "track",
60-
"email": "[email protected]",
61-
"properties": {
62-
"email": "[email protected]",
59+
"type": "track",
60+
"properties": {
61+
"email": "[email protected]",
6362
"orderId": "123",
6463
"firstName": "Bob John",
6564
"lastName": "Smith",
@@ -71,9 +70,9 @@ Actions define which events Segment sends to Google Enhanced Conversions, and th
7170
"postalCode": "94000",
7271
"country": "USA"
7372
}
74-
},
75-
"userId": "test-user-j75yud",
76-
"event": "Purchase"
73+
},
74+
"userId": "test-user-j75yud",
75+
"event": "Order Completed"
7776
}
7877
```
7978
8. Click **Test Event**.
@@ -82,7 +81,7 @@ Actions define which events Segment sends to Google Enhanced Conversions, and th
8281
11. Click **Save**.
8382
12. Enable the action with the toggle at the top of the page.
8483

84+
## Available Google Enhanced Conversions Actions
8585

86-
87-
86+
- Post Conversion
8887

0 commit comments

Comments
 (0)