Skip to content

Commit 0583929

Browse files
Merge pull request #6931 from segmentio/mgutten_legacy_google
Remove references to Upload Enhanced Conversion (Legacy) action
2 parents f3324e1 + 8c6bea5 commit 0583929

File tree

1 file changed

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

1 file changed

+0
-60
lines changed

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

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ hide_action:
1919

2020
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.
2121

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-
2522
> info "Consent mode"
2623
> 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.
2724
@@ -36,63 +33,6 @@ The Google Ads Conversions destination enables you to upload offline conversions
3633

3734
{% include components/actions-fields.html settings="true"%}
3835

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.
51-
52-
| Upload Enhanced Conversion (Legacy)| Upload Conversion Adjustment | Default Mapping |
53-
|------------------------|----------------------------|--------------------------------------|
54-
| conversion_label | N/A | `$.properties.conversion_label` |
55-
| email | email_address | `$.properties.email` or `$.traits.email` or `$.context.traits.email` |
56-
| transaction_id | order_id | `$.properties.orderId` |
57-
| user_agent | user_agent | `$.context.userAgent` |
58-
| conversion_time | conversion_timestamp | `$.timestamp` |
59-
| value | N/A |` $.properties.total` |
60-
| currency_code | N/A | `$.properties.currency` |
61-
| is_app_incrementality | N/A |` false` |
62-
| pcc_game | N/A | `false` |
63-
| 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-
![A screenshot of the Google Enhanced Conversions mappings page, with migrated mappings disabled.](images/google-enhanced-conversions-migration.png)
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. ![A screenshot of a migrated mapping, with the required fields outlined in black.](images/mapping-fields.png)
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-
9636
## Consent mode
9737
[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.
9838

0 commit comments

Comments
 (0)