Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit238eeed

Browse files
committed
Docs updates for Google Ads Conversions
1 parentbb6fe7a commit238eeed

File tree

1 file changed

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

1 file changed

+25
-35
lines changed
Lines changed: 25 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,50 @@
11
---
2-
title:GoogleEnhanced Conversions Destination
2+
title:GoogleAds Conversions Destination
33
strat:google
44
hide-boilerplate:true
55
hide-dossier:false
66
id:60ae8b97dcb6cc52d5d0d5ab
7-
hide_action:
8-
-id:2n3RKy5oyzS1kLdEEYV99N
9-
name:"Upload Conversion Adjustment"
10-
-id:uEYL2A2fTEoxCzYmsRwRmT
11-
name:"Upload Call Conversion"
12-
-id:fv1r2SiUg6i12jzdy8hitm
13-
name:"Upload Click Conversion"
147
---
158

16-
The Google Enhanced Conversions destination enables you to improve the accuracy of your conversion measurement. You can supplement existing conversion tags by sending first-party customer conversion data from your website, such as email address, to Google Ads. Segment hashes this data and sends it in a privacy-safe way. Google matches hashed data with signed-in Google accounts to attribute the conversion to ad events, such as clicks or views. To learn more about Google Enhanced Conversions, see Google's documentation[About enhanced conversions](https://support.google.com/google-ads/answer/9888656?hl=en-GB){:target="_blank"}.
17-
18-
>warning "Before you begin"
19-
>Enable Enhanced Conversions in your Google Ads account. For each Conversion, specify in the settings that you will use the Enhanced Conversions API:
20-
>1. When you log in to Google Ads, make sure you are in[Expert Mode](https://support.google.com/google-ads/answer/9520605?hl=en){:target="_blank"}.
21-
>2. Click**Tools & Settings** in the top bar, and select**Conversions** from the dropdown. Select the website**Conversion Action** you want Segment to log to.
22-
>3. Expand the tab for**Enhanced conversions**. Enable**Turn on enhanced conversions**. Under "To start, select how you want to set up enhanced conversions", select**API**.
23-
>
24-
>When you authenticate your Segment workspace with your Google Account, use a Google Account that is a member of your Google Ads account.
25-
26-
27-
>info ""
28-
>To deduplicate conversions that are recorded from the Google Ads Conversion tag (Gtag) from the data that is sent to Google Enhanced Conversions, Order ID (Transaction ID) must be implemented in the Google Ads Conversion tag (Gtag)**and** the same Order IDs must be sent with the corresponding Enhanced Conversions data. This is required for Google to successfully process your enhancement data.
9+
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.
2910

3011
##Getting started
3112
1. From the Segment web app, click**Catalog**, then click**Destinations**.
32-
2. Search for “GoogleEnhanced Conversions” in the Destinations Catalog, and select the destination.
33-
3. Click**Configure GoogleEnhanced Conversions** in the top-right corner of the screen.
34-
4. Select the source that will send data to GoogleEnhanced Conversions and follow the steps to name your destination.
35-
5. On the**Settings** tab, entertheConversion ID andclick**Save**. Find the Conversion ID in your Google Ads account using the instructions in the article[Google Ads conversions](https://support.google.com/tagmanager/answer/6105160?hl=en){:target="_blank"}. You'll follow these same instructions to get the Conversion Label, which you'll need when you set up your first Mapping.
36-
6. On the**Settings** tab, authenticate with Google using OAuth. Click**Connect to GoogleEnhanced Conversions**. Follow the prompts to authenticate using OAuth, with a Googlelogin that is a member ofthe Google Ads account with Enhanced Conversions enabled.
13+
2. Search for “GoogleAds Conversions” in the Destinations Catalog, and select the destination.
14+
3. Click**Configure GoogleAds Conversions** in the top-right corner of the screen.
15+
4. Select the source that will send data to GoogleAds Conversions and follow the steps to name your destination.
16+
5. On the**Settings** tab, enteryour account-levelConversion ID and/or Customer ID andclick**Save**.
17+
6. On the**Settings** tab, authenticate with Google using OAuth. Click**Connect to GoogleAds Conversions**. Follow the prompts to authenticate using OAuth, with a Googleaccount that is a member ofyour Google Ads account.
3718
7. Follow the steps in the Destinations Actions documentation on[Customizing mappings](/docs/connections/destinations/actions/#customizing-mappings).
3819

3920
>info ""
40-
>The Conversion ID is a global setting because it's an account-level ID that's the same for all conversion actions in your Google Ads account. The Conversion Label is unique to each conversion action and is therefore configured per Mapping.
21+
>When you use the "Upload Enhanced Conversion (Legacy)" action, Segment sends data to the legacy Enhanced Conversions API. To authenticate into the legacy API and send enhancement data, Segment needs your Conversion ID and Conversion Label. The Conversion ID is a global setting because it's an account-level ID that's the same for all conversion actions in your Google Ads account. The Conversion Label is unique to each conversion action and is therefore configured per mapping. Find the Conversion ID and Conversion Label in your Google Ads account using the instructions in the article[Google Ads conversions](https://support.google.com/tagmanager/answer/6105160?hl=en){:target="_blank"}.
22+
>When you use the "Upload Click Conversion", "Upload Call Conversion", and "Upload Conversion Adjustment" actions, Segment sends data to the new Google Ads API. To authenticate into the Google Ads API, Segment needs your Customer ID and Conversion Action ID. The Customer ID is a global setting because it's an account-level ID that's the same for all conversion actions in your Google Ads account. The Conversion Action ID is unique to each conversion action and is therefore configured per mapping. The Conversion Action ID can only be found in the browser URL of your given conversion action under the`ctId` parameter. For example, if the URL is`https://ads.google.com/aw/conversions/detail?ocid=00000000&ctId=576882000`, your Conversion Action ID is`576882000`.
23+
>Please note that the Conversion ID, Conversion Label, Customer ID, and Conversion Action ID should always be different values.
4124
42-
{% include components/actions-fields.htmlcontent1=conv_label section1="postConversion" content2=test_mapping section2="postConversion"%}
25+
{% include components/actions-fields.htmlsettings="true"%}
4326

4427
##FAQ & Troubleshooting
4528

46-
###Conversion Tracking with Gtag
29+
###Enhanced Conversions
30+
31+
[Enhanced conversions](https://support.google.com/google-ads/answer/11062876){:target="_blank"} is a feature that can improve the accuracy of your conversion measurement and unlock more powerful bidding. It supplements your existing conversion tags by sending hashed, first-party conversion data from your website to Google in a privacy safe way. You can use the "Upload Conversion Adjustment" action to send enhancements to the Google Ads API. In order to send enhanced conversions, you must record first conversions using the standard Google Ads Conversion tag (Gtag). Segment offers a[Google Ads (Gtag) destination](/docs/connections/destinations/catalog/google-ads-gtag/) so you can use your existing Segment implementation to activate Gtag. Enhancements can be sent to web conversion actions that have**Turn on enhanced conversions** by API enabled.
32+
33+
Conversions tracked by other means, such as importing goals from Google Analytics, are not eligible for enhancement.
34+
35+
>info ""
36+
>To send enhancements for conversions that are initially tracked with Gtag, an Order ID (Transaction ID) must be implemented in the Gtag**and** the same Order IDs must be sent with the corresponding enhnacement data. This is required for Google to successfully process your enhancement data.
4737
48-
To use GoogleEnhanced Conversions, you must record conversions using the standard Google Ads Conversion tag (Gtag). After a conversion is recorded, you can send hashed first-party data through Segment's Google Enhanced Conversions destinationforup to 24 hours after the conversion. Segment offers a[Google Ads (Gtag) destination](/docs/connections/destinations/catalog/google-ads-gtag/) so you can use your existing Segment implementation to activate Gtag.
38+
###Enhanced ConversionsforLeads
4939

50-
Conversions tracked by other means, such as importing goalsfrom GoogleAnalytics, are not eligibleforGoogle Enhanced Conversions.
40+
[Enhanced conversions for leads](https://developers.google.com/google-ads/api/docs/conversions/upload-identifiers){:target="_blank"} allows you to use hashed, first-party user-provided datafromyour website lead forms for offline lead measurement. When you upload your leads, the provided hashed information is used to attribute back to theGoogleAd campaign. In order to send enhanced conversions for leads, you can use the "Upload Click Conversion" action. Instead of sending GCLID, send an email address or phone number of the userforSegment to hash and send to Google Ads.
5141

5242
###Refreshing Access Tokens
5343

54-
When you use OAuth to authenticate into the GoogleEnhanced Conversions destination, Segment stores an access token and refresh token. Access tokens for GoogleEnhanced Conversions expire after one hour. Once expired, Segment receives an error and then uses the refresh token to fetch a new access token. This results in two API requests to GoogleEnhanced Conversions, one failure and one success.
44+
When you use OAuth to authenticate into the GoogleAds Conversions destination, Segment stores an access token and refresh token. Access tokens for GoogleAds Conversions expire after one hour. Once expired, Segment receives an error and then uses the refresh token to fetch a new access token. This results in two API requests to GoogleAds Conversions, one failure and one success.
5545

56-
Because of the duplicate API requests, you may see a warning in Google for unprocessed conversions due to incorrect or missing OAuth credentials. This warning is expected and does not indicate data loss. Google has confirmed that conversions are being processed, and OAuth retry behavior will not cause any issues for your web conversions. Whenever possible, Segment caches access tokens to reduce the total number of requests we make to GoogleEnhanced Conversions.
46+
Because of the duplicate API requests, you may see a warning in Google for unprocessed conversions due to incorrect or missing OAuth credentials. This warning is expected and does not indicate data loss. Google has confirmed that conversions are being processed, and OAuth retry behavior will not cause any issues for your web conversions. Whenever possible, Segment caches access tokens to reduce the total number of requests we make to GoogleAds Conversions.
5747

58-
###Sending App Conversions for Incrementality Studies
48+
###Sending App Conversions for Incrementality Studies (Legacy Enhanced Conversions API only)
5949

60-
TheGoogle Enhanced Conversions API does not offer standard reporting for app conversions at this point. As such, Google requires that you set up a new web conversion action specifically for the purposes of app incrementality studies. To send app conversions in your incrementality study,be sure to input the Conversion Label associated with your incrementality study**and** set the App Conversion for Incrementality Study field to`true`. You should create separate web conversion actions in Google Ads for each app event you want to send data for.
50+
Thelegacy Enhanced Conversions API does not offer standard reporting for app conversions. As such, Google requires that you set up a new web conversion action specifically for the purposes of app incrementality studies. To send app conversions in your incrementality study,use the "Upload Enhanced Conversion (Legacy)" action. Be sure to input the Conversion Label associated with your incrementality study**and** set the App Conversion for Incrementality Study field to`true`. You should create separate web conversion actions in Google Ads for each app event you want to send data for.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp