-
Notifications
You must be signed in to change notification settings - Fork 363
Add link to where to find Conversion Label #5667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -77,6 +77,9 @@ To figure out if an event is flagged for conversion, follow these steps: | |||
|
|||
5. Go to the **Settings** tab for your Gtag destination in Segment on a new webpage and choose **Click Conversions** to look at the mapped `track()` events and make sure the events are mapped to the correct **Conversion Label**. | |||
|
|||
> info "" | |||
> The Conversion Label is unique to each conversion action and is therefore configured per mapping. You can find the Conversion Label in the [event snippet](https://support.google.com/google-ads/answer/7548399?hl=en#:~:text=For%20website%20conversion,currency%27%3A%20%27USD%27%0A%20%20%20%20%20%20%7D){:target="_blank"}. The event snippet should have `send_to: 'AW-123456789/AbC-D_efG-h12_34-567'`. Enter the part after the '/'. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sarahrudy can you please clarify what you mean by "Enter the part after the /
? Is the conversion label on the part after the /
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @stayseesong , yes, that's correct! We mention this in our Segment UI when a customer needs to add a Conversion Label, so it should be fairly obvious.
Thank you for your contribution! Your pull request is merged, but may take a day or two to appear on the site. |
Proposed changes
Merge timing