Skip to content

Commit 3227631

Browse files
committed
editing pass
1 parent d79a80a commit 3227631

File tree

1 file changed

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

1 file changed

+23
-23
lines changed

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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,37 +31,37 @@ The Google Ads Conversions destination enables you to upload offline conversions
3131

3232
## Migrate your Upload Enhanced Conversion (Legacy) Action
3333

34-
To migrate from Upload Enhanced Conversion (Legacy) Action to the Upload Conversion Adjustment Action:
34+
To migrate from the legacy Upload Enhanced Conversion Action to the updated Upload Conversion Adjustment Action:
3535

3636
1. Fill out your Conversion ID and Customer ID settings.
3737
2. Fill out the required fields for the Upload Conversion Adjustment Action:
38-
- Conversion Action ID
39-
- Adjustment Type
40-
3. Replicate as many fields from your original mapping as possible using the table below for reference. Look at the [Upload Conversion Adjustment Action](/docs/connections/destinations/catalog/actions-google-enhanced-conversions/#upload-conversion-adjustment) for more details about each field.
38+
- Conversion Action ID
39+
- Adjustment Type
40+
3. Replicate as many fields from your original mapping as possible, using the table below for reference. Review the [Upload Conversion Adjustment Action](/docs/connections/destinations/catalog/actions-google-enhanced-conversions/#upload-conversion-adjustment) section for more details about each field.
4141

4242
| Upload Enhanced Conversion (Legacy)| Upload Conversion Adjustment | Default Mapping |
4343
|------------------------|----------------------------|--------------------------------------|
44-
| conversion_label | NOT AVAILABLE | `$.properties.conversion_label` |
45-
| email | email_address | `$.properties.email or $.traits.email or $.context.traits.email` |
44+
| conversion_label | N/A | `$.properties.conversion_label` |
45+
| email | email_address | `$.properties.email` or `$.traits.email` or `$.context.traits.email` |
4646
| transaction_id | order_id | `$.properties.orderId` |
4747
| user_agent | user_agent | `$.context.userAgent` |
48-
| conversion_time | conversion_timestamp | `$.timestamp ` |
49-
| value | NOT AVAILABLE |` $.properties.total ` |
50-
| currency_code | NOT AVAILABLE | `$.properties.currency ` |
51-
| is_app_incrementality | NOT AVAILABLE |` false ` |
52-
| pcc_game | NOT AVAILABLE | `false ` |
53-
| phone_number | phone_number | `$.properties.phone or $.traits.phone` |
54-
| first_name | first_name | `$.properties.firstName or $.traits.firstName` |
55-
| last_name | last_name | `$.properties.lastName or $.traits.lastName` |
56-
| street_address | street_address | `$.properties.address.street or $.traits.address.street` |
57-
| city | city | `$.properties.address.city or ​​$.traits.address.city` |
58-
| region | state | `$.properties.address.state or $.traits.address.state` |
59-
| post_code | postal_code | `$.properties.address.postalCode or $.traits.address.postalCode` |
60-
| country | country | `$.properties.address.country or $.traits.address.countr`y |
61-
| | gclid | Default Not Available |
62-
| | adjustment_timestamp | Default Not Available |
63-
| | restatement_value | Default Not Available |
64-
| | restatement_currency_code | Default Not Available |
48+
| conversion_time | conversion_timestamp | `$.timestamp` |
49+
| value | N/A |` $.properties.total` |
50+
| currency_code | N/A | `$.properties.currency` |
51+
| is_app_incrementality | N/A |` false` |
52+
| pcc_game | N/A | `false` |
53+
| phone_number | phone_number | `$.properties.phone` or `$.traits.phone` |
54+
| first_name | first_name | `$.properties.firstName` or `$.traits.firstName` |
55+
| last_name | last_name | `$.properties.lastName` or `$.traits.lastName` |
56+
| street_address | street_address | `$.properties.address.street` or `$.traits.address.street` |
57+
| city | city | `$.properties.address.city` or `​​$.traits.address.city` |
58+
| region | state | `$.properties.address.state` or `$.traits.address.state` |
59+
| post_code | postal_code | `$.properties.address.postalCode` or `$.traits.address.postalCode` |
60+
| country | country | `$.properties.address.country` or `$.traits.address.country` |
61+
| N/A | gclid | Default Not Available |
62+
| N/A | adjustment_timestamp | Default Not Available |
63+
| N/A | restatement_value | Default Not Available |
64+
| N/A | restatement_currency_code | Default Not Available |
6565

6666

6767
## Consent mode

0 commit comments

Comments
 (0)