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
-60Lines changed: 0 additions & 60 deletions
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,6 @@ hide_action:
19
19
20
20
The Google Ads Conversions destination enables you to upload offline conversions and conversion adjustments to Google Ads in a privacy safe way. With this server-side destination, you can upload conversions to the [Google Ads API](https://developers.google.com/google-ads/api/docs/conversions/overview){:target="_blank"} and tie them to a user's online click or phone call. In addition, you can improve the accuracy of your conversion measurement by sending conversion enhancements, restatements, and retractions.
21
21
22
-
> warning "Upload Enhanced Conversion (Legacy) Actions will be deprecated after June 30th, 2024"
23
-
> Segment will begin migrating all enabled Upload Enhanced Conversion (Legacy) mappings to the updated Upload Conversion Adjustment mappings on June 7th, 2024. **After Segment migrates your mappings, you must take action to prevent data loss**. For more information, see the [Automatic migration from Upload Enhanced Conversion (Legacy) Action](#automatic-migration-from-upload-enhanced-conversion-legacy-action) documentation.
24
-
25
22
> info "Consent mode"
26
23
> Google enforced consent on March 6, 2024 for European Economic Area (EEA) users. Learn more about [consent mode](/docs/connections/destinations/catalog/actions-google-enhanced-conversions/#consent-mode) and how to set it up.
27
24
@@ -36,63 +33,6 @@ The Google Ads Conversions destination enables you to upload offline conversions
36
33
37
34
{% include components/actions-fields.html settings="true"%}
38
35
39
-
## Migrate from your legacy Upload Enhanced Conversion Action
40
-
41
-
To migrate from the legacy Upload Enhanced Conversion Action to the updated Upload Conversion Adjustment Action:
42
-
43
-
1. Navigate to the Google Ads Conversions destination in your workspace and select the **Settings** tab.
44
-
2. On the Settings tab, enter your Conversion ID and Customer ID into the named fields.
45
-
2. Update the following fields for the Upload Conversion Adjustment Action mapping:
46
-
- Conversion Action ID
47
-
- Adjustment Type
48
-
3. Replicate as many fields from your original mapping as possible, using the following table for reference.
49
-
50
-
Review the [Upload Conversion Adjustment Action](/docs/connections/destinations/catalog/actions-google-enhanced-conversions/#upload-conversion-adjustment) section for more details about each field.
| phone_number | phone_number |`$.properties.phone` or `$.traits.phone`|
64
-
| first_name | first_name |`$.properties.firstName` or `$.traits.firstName`|
65
-
| last_name | last_name |`$.properties.lastName` or `$.traits.lastName`|
66
-
| street_address | street_address |`$.properties.address.street` or `$.traits.address.street`|
67
-
| city | city |`$.properties.address.city` or `$.traits.address.city`|
68
-
| region | state |`$.properties.address.state` or `$.traits.address.state`|
69
-
| post_code | postal_code |`$.properties.address.postalCode` or `$.traits.address.postalCode`|
70
-
| country | country |`$.properties.address.country` or `$.traits.address.country`|
71
-
| N/A | gclid | Default Not Available |
72
-
| N/A | adjustment_timestamp | Default Not Available |
73
-
| N/A | restatement_value | Default Not Available |
74
-
| N/A | restatement_currency_code | Default Not Available |
75
-
76
-
77
-
### Automatic migration from Upload Enhanced Conversion (Legacy) Action
78
-
The Upload Enhanced Conversion action relies on the Google Enhanced Conversion Legacy API, which will be deprecated on June 30th, 2024.
79
-
80
-
On June 7, 2024, Segment will begin migrating all enabled legacy Upload Enhanced Conversion mappings to the new Upload Conversion Adjustment mapping, preserving as many mapping fields as possible. Migrated mappings will have the same names as your legacy mappings, with `[Migrated]` appended. For example, if your mapping was named "Enhanced Conversions", Segment would name your migrated mapping "Enhanced Conversions [Migrated]".
81
-
82
-

83
-
84
-
After this migration occurs, you must take the following steps:
85
-
1. Open the your Google Ads Conversions destination and select the **Settings** tab.
86
-
2. Enter your Conversion ID and Customer ID into their respective fields. Find information about what these values are in the [destination settings](#destination-settings).
87
-
3. Select the **Mappings** tab.
88
-
4. Update the Conversion Action and Adjustment Type fields in the Upload Conversion Adjustment mapping to match the fields outlined in the above table. 
89
-
5. Enable the migrated mapping(s).
90
-
6. Disable the legacy Upload Enhanced Conversion mappings.
91
-
92
-
To migrate your mapping yourself, use the steps in the [Migrate from your legacy Upload Enhanced Conversion Action](#migrate-from-your-legacy-upload-enhanced-conversion-action) documentation.
93
-
94
-
Segment will deprecate all legacy Upload Enhanced Conversion legacy actions after June 30th, 2024.
95
-
96
36
## Consent mode
97
37
[Consent mode](https://support.google.com/analytics/answer/9976101?hl=en){:target="_blank"} is a feature provided by Google in the context of its products, particularly the Gtag library and Google Analytics. As of March 6, 2024, Google announced that consent mode must function for European Economic Area (EEA) users, otherwise data from EEA users won't process.
0 commit comments