Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Google Tag Manager is a tool which enables the top-down configuration of Google tags on each of your sites. Within sites and apps, you can add snippets of code that allow the manager to add further Google related configuration to your site, like Ads and Analytics. This means most people can manage the integration without developer changes to site code.

Setting Up GTM on a Site

Most CMS platforms have plugins or modules which assist with the placing of a GTM tag on your site! It is worth checking for a canonical method for adding head script tags to your stack before development.

For example for Drupal there is the Google Tag plugin, and in WordPress’s case, you can simply add the tag to the Site Kit Plugin.

Otherwise, the steps are as simple as:

  1. Create a GTM Account

  2. Paste the supplied Code or ID into your application

  3. Configure Tags & Triggers for Google Analytics or other properties

That’s it! The rest of mastering GTM is understanding what Tags and Triggers can do.

Tag

Tags are simply event identifiers. When a tag is triggered (by a trigger), the resultant data is sent to the relevant service.

Trigger

Triggers are what cause a tag’s recording, whether that be a page load or some user interaction.

Set up and install Tag Manager

  • No labels