Notification

G Suite is now Google Workspace: everything your business needs to get work done.

AMP & Tag Manager setup guide

The Accelerated Mobile Pages Project (AMP) is an open-source web platform that helps to improve the performance of your web content. AMP includes built-in support for Google Tag Manager. This document describes the recommended way to set up Google Tag Manager on AMP pages.

To install Tag Manager for AMP:

  1. Create an AMP container in Tag Manager.
  2. Add the Tag Manager snippet to your AMP pages.
  3. Configure tags in your Tag Manager container and publish.

Create an AMP container

Tag Manager features an AMP container type. Create a new AMP container for your project:

  1. On the Accounts screen, click More Actions (More) for the account you'd like to use. Select Create Container.
  2. Name the container. Use a descriptive name, e.g. "example.com - news - AMP".
  3. Under Where to Use Container, select AMP.
  4. Click Create.

Your container is now ready. The next step is to install the Tag Manager code on your AMP pages.

Tag Manager will provide information on how to best install the code snippet, and you can refer to the next section for further guidance.

Add the Tag Manager snippet

After you create your new AMP container, the Install Google Tag Manager screen will appear. Tag Manager provides two code snippets. Copy these code snippets so that they appear on your AMP pages.

Note: To access the code snippets later, click the container ID number at the top of your workspace overview page, or click Admin and then Install Google Tag Manager.

The first snippet adds the amp-analytics component to your AMP page. This code is placed at the end of your page's <head> section, and should only appear once on the page.

<!-- AMP Analytics --><script async custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js"></script>
Important: Only add this code to your page if it does not already exist, and ensure it only appears once per page.

The second snippet configures amp-analytics to use Tag Manager. Place this code immediately after the opening <body> element. Replace GTM-CONTAINER_ID with your Tag Manager's container ID, or copy and paste the entire snippet from the Tag Manager user interface.

<!-- Google Tag Manager -->
<amp-analytics config="https://www.googletagmanager.com/amp.json?id=GTM-CONTAINER_ID" data-credentials="include"></amp-analytics>

Configure your container and publish

When your pages have the container snippet correctly installed, they will be able to fire tags deployed from Tag Manager. The next step is to create tag configurations and publish the container.

To create a new tag:

  1. Click Tags and then New.
  2. Click Tag Configuration and select the tag type from the list of supported AMP tags.
  3. Configure the tag with information provided by your tag vendor.
  4. Click Triggering and add one or more event conditions that will cause the tag to fire.
  5. Name the trigger and click Save.

Repeat these steps for any additional tag configurations. When your container configuration is ready, publish your container for the changes to take effect.

Page variables

Tag Manager can capture AMP variables and use them in tag and trigger configurations. For instance, a page that sells shoes might have variables that describe the properties of a particular shoe. These values can be used to create Tag Manager variables:

<amp-analytics config="https://www.googletagmanager.com/amp.json?id=Tag Manager-XXXXXX;Tag Manager.url=SOURCE_URL" data-credentials="include">
  <script type="application/json ">
      {
          "vars" : {
              "type": "shoes",
              "color": "red"
          }
      }
  </script>
</amp-analytics>

To create a user-defined variable in Tag Manager that captures the color variable from the above code:

  1. Click Variables.
  2. Under User-Defined Variables, click New.
  3. Click Variable Configuration and select AMP Variable.
  4. In the Amp Variable Name field, enter the field name (e.g. "color".)
  5. Give the variable a descriptive name (e.g. "AMP Variable - color".)
  6. Click Save.

AMP tags with Tag Manager Support

Was this helpful?

How can we improve it?
Search
Clear search
Close search
Main menu
8375647973639777819
true
Search Help Centre
true
true
true
true
true
102259
false
false