Discover new growth opportunities with our AdRoll Technology Partners

Upgrade your marketing. AdRoll's technology and integration partners are here to help fuel your next stage of growth.

Become a Tech Partner
header Google Tag Manager image

Google Tag Manager

Google Tag Manager (GTM) is a container for tags (scripts). GTM makes it easy to add and manage multiple scripts, such as your AdRoll Pixel.

Visit Website Install

Description

Google Tag Manager
Google Tag Manager (GTM) is a container for tags (scripts). GTM makes it easy to add and manage multiple scripts, such as your AdRoll Pixel.
  1. If you don't already have a GTM account, sign up here.
  2. Once registered, you’ll be prompted to add an account. If you manage multiple websites, assign an account to each website. An Account in GTM is the equivalent of an Advertiser Profile in AdRoll.
  3. Accept Google’s terms and conditions.
  4. Follow the instructions you see to add the code to your site. If you need more help, use GTM's Quick Start Guide

Add Your AdRoll Pixel to Google Tag Manager
We recommend placing the AdRoll Pixel across all pages of your website through a single GTM tag that triggers on all pages.
  1. Navigate to Google Tag Manager > Workspace > Default Workspace.
  2. Click Add a New Tag.
  3. In the tag configuration, go to Choose tag type.
  4. Search for AdRoll.
  5. Select AdRoll SmartPixel > Continue.
  6. Configure your tag. The information that you need to add to Advertisable ID and Pixel ID can be found on your AdRoll Pixel.
    • To pull up your AdRoll Pixel, navigate to AdRoll > Website > View Pixel.
    • adroll_adv_id = Advertisable ID and adroll_pix_id = Pixel ID. Enter the corresponding  code into the appropriate fields in your GTM tag. Leave Conversion Value and Segment Name blank.
  7. Click Continue.
  8. Specify your tag to fire on All Pages. In Trigger configuration, select a trigger that fires on All DOM Ready Events with Page View - DOM Ready trigger type. If you don't find this trigger type, then save the AdRoll Pixel tag and create a new trigger:
    1. Go to Triggers > New.
    2. Select DOM Ready in Page View as a trigger type.
    3. Enter a name for the trigger All Page View - DOM Ready Events
    4. Save.
    5. Go back to where you left off in Tags and select your new trigger.
  9. Click Create Tag to complete setup. If you need to edit your tag in the future, you can pull it up by going to the Tags section of your GTM.

Enhanced Conversion Tracking 
Stored Revenue Data
If you're unsure where on your conversion page your revenue data is stored, your best option is to consult with your technical team.
The most common places are DOM Elements, Javascript Variables, and DataLayer Variables.
DOM Elements are HTML tags within the page. These include everything from images (<img>), paragraphs (<p>), various inputs (<input>). 

Event-Based Audience in Google Tag Manager
Most audiences can be tracked based on the various URLs on your website. However, there are some cases where you want to track audiences that perform a certain action such as the OnClick of a button or submitting a form. To track this audience you'll need to create an event-based audience within your AdRoll dashboard.
Once the audience is created, use the steps below to tie the audience to the OnClick event on your website.
  1. In your GTM account, go to Workspace > Default Workspace > Add a New Tag.
  2. In the tag configuration, go to Choose tag type > Custom HTML.
  3. Copy the event snippet for your audience from the AdRoll dashboard as outlined here.
  4. Paste the snippet in the GTM Custom HTML tag, and make sure the code is within <script> tags.
  5. Choose an existing trigger for the relevant button's OnClick function or form of success if it exists.
    • If the button trigger does not exist, create a new trigger through these instructions and select your newly created trigger.
  6. Enter a name for the tag, save the tag and repeat the process for all other event-based audiences.
  7. Publish the workspace.

Single Page Application in Google Tag Manager
If you're working with a single page application, here's how to track your conversions.
  1. Create a new trigger and name it.
  2. Set the Trigger Type to "History Change."
  3. Leave the default for This trigger fires on: "All History Changes." 
  4. Create a new Custom HTML tag and name it (e.g. "AdRoll - History Changes").
  5. Paste the following snippet into the HTML box:
    <script type="text/javascript">
    try {
        __adroll.record_user({});
    } catch(err) {}
    </script>
  6. Set the tag to trigger on the All History Changes trigger you just created. 
  7. Save and publish your changes.