Page Summary
-
Audience lists can be populated with users who have taken specific actions on your website, including conversions and non-conversion actions.
-
To create and target audience segments, you need to review the advertising policy, set up your Google tag, and set up conversion tracking.
-
You can retrieve your Google tag from the Google Ads UI or using the Google Ads API by creating a
RemarketingAction. -
Install your Google tag on all website pages and optionally add custom parameters for more tailored user lists.
-
Basic user lists define membership based on users who triggered conversion actions on your website or took non-conversion actions associated with a
RemarketingAction. -
Audience segments can be targeted at the ad group level using an
AdGroupCriterionor at the campaign level using aCampaignCriterion, but not at both levels simultaneously for positive targeting.
You can populate your audience list with people who have taken specific actions on your website. If you're using conversion tracking, you can target ads to people who previously triggered a conversion (such as a purchase) on your website.
You can also target ads to people who have taken a particular action on your website that you do not consider a conversion, such as when a person adds but then deletes an item from their shopping cart without making a purchase.
Prerequisites
In order to create and target audience segments, you first need to:
Review the policy for advertising based on interests and location. Sensitive information about users can't be used to build audiences.
Set up your Google tag.
Advertisers seeking to create user lists based on mobile app behavior should implement the Firebase SDK or work with third-party SDKs in order to track in-app behavior.
Retrieve the Google tag
All Google Ads accounts have exactly one account-level Google tag, created automatically when the account is opened.
You can retrieve the Google tag in the Google Ads UI by following the Help Center
instructions or in
the Google Ads API by creating a RemarketingAction and then retrieving the Google tag
by issuing a
GoogleAdsService.searchStream
request using the remarketing_action
resource:
SELECT
remarketing_action.id,
remarketing_action.name,
remarketing_action.tag_snippets
FROM remarketing_action
WHERE remarketing_action.resource_name = 'REMARKETING_ACTION_RESOURCE_NAME'
Install the Google tag on your website or app
The next step is to install your Google tag on all of your site's pages. Learn more about adding the Google tag to your site or mobile app.
If you're planning to build audience segments based only on visited page URLs, you don't need to make any edits to your Google tag. If you're using custom parameters, you need to edit your tag to include them, as detailed in Advanced strategies for tagging and creating remarketing lists.
You can use Google Tag Assistant to validate your tag installation.
Built-in Google tag parameters
You can use the built-in remarketing parameter url__ to target a user list
based on the URLs that people have visited on your website, as demonstrated in
the
Visitors to your website example.
Custom Google tag parameters
You can add custom Google tag parameters to your Google tag to create more tailored user lists.
Before creating your own custom parameters, check out the list of