2. To Enable Remarketing In Google Analytics, What Must First Be Enabled?
Use Google Ads remarketing to re-engage with potential customers by adding your website and app visitors to remarketing lists. You can then target these lists with ads. Before you get started with this tag, we recommend that you learn more about how this feature works in the Google Ads help center.
Decide which type of remarketing suits your business needs and which tagging method you would like to set up. There are two types of remarketing:
- Standard remarketing allows you to show ads to people who have previously visited your website or used your mobile app. This article focuses on standard remarketing.
- Dynamic remarketing allows you to take a step further in remarketing by showing your visitors an ad with the specific product they had previously viewed on your site. This will require you to create a data feed. To get started with dynamic remarketing refer to the dynamic remarketing guide instead.
Once you have determined the type of remarketing you would like to set up, choose the tagging method that is most suitable for your website:
- Google Ads remarketing: If you're looking to enable basic remarketing only, the Google Ads tag is recommended. If you're already running Remarketing Lists for Search Ads on your site, you can continue to use the same tag. You can create remarketing lists based on web page URLs or custom parameters. This method allows you to set up remarketing by placing a remarketing tag directly on your website.
- Google Analytics remarketing: The advantage of Google Analytics remarketing is that you can target more specific audience lists, e.g. users in a particular region, users who completed a specific goal, etc. With Google Analytics installations with Google Signals or Advertising Features enabled, you most likely will not need to make any changes to the code already implemented on your website.
Google Ads and Google Analytics remarketing methods support both global site tag and Google Tag Manager setups.
Standard Remarketing with Google Ads
To set up remarketing with Google Ads, create a new tag or retrieve the conversion ID for remarketing by following these instructions.
gtag.js
For existing global site tag installations: add gtag('config','AW-XXXXXX');
to your existing tag. Replace AW-XXXXXX
with a valid product ID.
- In Google Ads, click Tools and Settings > Shared Library: Audience Manager
- Click Audience Sources
- On the "Google Ads tag" card, click Details.
- Click Tag setup.
- Click Install the tag yourself.
- Copy the
gtag('config','AW-XXXXXX');
line. - Add
gtag('config','AW-XXXXXX');
to your existing tag. See the tag example below for correct placement. [Learn more about how to add products to existing tags].
For sites that don't yet have a global site tag: In Google Ads, set up a remarketing tag and set the tag to "Collect standard data available from this data source". Learn how.
Copy the new remarketing tag and paste it between the <head></head>
tags of your website.
Tag example:
<!-- Global site tag (gtag.js) - Google Ads: CONVERSION_ID --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-XXXXXX"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config','AW-XXXXXX'); </script>
Google Tag Manager
- Get the conversion ID from Google Ads.
- In Google Ads, click Tools and Settings > Shared Library: Audience Manager
- Click Audience Sources
- On the "Google Ads tag" card, click Details.
- Click Tag setup.
- Click Use Google Tag Manager.
- Copy the Conversion ID.
- Create a new tag in Google Tag Manager. Select the "Google Ads Remarketing" tag type.
- Select New Tag > Tag Configuration > Google Ads Remarketing.
- Enter your Google Ads Conversion ID.
- Click Triggering and choose one or more triggers to specify when the tag should fire. For example, select a trigger that fires on all pages if you want to add a remarketing tag to every page of your website.
- Click Save to complete your tag setup.
- Important: For optimal web browser compatibility, ensure that a conversion linker is enabled.
- Preview your changes, and publish when ready.
Important: Remarketing tags do not usually require a 'conversion label'. You will only need to use a conversion label for remarketing if you selected to create a list with a specific tag. Do not use your conversion action's label in your remarketing tag.
Standard Remarketing with Google Analytics
Remarketing with Google Analytics relies on an audience definition based on the dimensions and metrics that are available in Analytics when you enable Advertising Features.
To set up remarketing with Google Analytics, you'll need to have the following:
- A Google Analytics tag on your website.
- Linked Google Ads and Google Analytics accounts. When linking your accounts, you'll need administrative access to the Google Ads account and edit access to the Google Analytics account. Learn how to link your Ads and Analytics accounts.
- Enable Remarketing and Advertising Features in Google Analytics. To do this, modify your Google Analytics property setting.
- Create an audience for remarketing in Google Analytics and share it with your Google Ads account.
Once the above steps are complete, follow the tagging steps below for your platform:
Global site tags
To enable remarketing features for global site tag installations, modify the Google Analytics property setting. No tag changes are necessary.
analytics.js
To enable these features for legacy Universal Analytics installations, insert ga('require', 'displayfeatures');
into your existing tracking code between the 'create'
and 'send'
commands, as in this example:
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-XXXXXX-1', 'example.com'); ga('require', 'displayfeatures'); ga('send', 'pageview'); </script>
Tag Manager
- In Tag Manager, navigate to your current Google Analytics tag.
- Under More settings > Advertising, set Enable Display Advertising Features to
true
.
Learn more about how to add products to existing tags
2. To Enable Remarketing In Google Analytics, What Must First Be Enabled?
Source: https://developers.google.com/tag-platform/devguides/remarketing
Posted by: weinmanndraugh.blogspot.com
0 Response to "2. To Enable Remarketing In Google Analytics, What Must First Be Enabled?"
Post a Comment