Software:Google Tag Manager

From HandWiki
Google Tag Manager
Developer(s)Google
Initial releaseOctober 1, 2012 (2012-10-01)
Stable release
Ver. 2
TypeWeb development tools
Websitewww.google.com/tagmanager/

Google Tag Manager is a tag management system created by Google to manage JavaScript and HTML tags used for tracking and analytics on websites (variants of e-marketing tags, sometimes referred to as tracking pixels or web beacons).[1]

Version 1

Google announced Google Tag Manager in October 2012.[2] Version 1 of Tag Manager launched with the following default tag templates:[3]

  • AdWords Conversion Tracking
  • DoubleClick Floodlight Counter
  • DoubleClick Floodlight Sales
  • Google Analytics
  • GDN Remarketing (Google Display Network)
  • Custom Image Tags (for all other image pixels)
  • Custom HTML Tags (for all other tags)

Version 2

Version 2 launched in October 2014, making the product cleaner and simpler to use.[4]

Google also announced the Tag Manager API with the release of version 2.[5]

Basic Components of tags & GTM

  • Containers - Use it to contain all the other components using in the tags implementation.
  • Triggers - Define when to fire the tags.
  • Variables & constants - Collect specific information and pass onto data layer.
  • Data layers - A JavaScript object which keeps the information tags separate from other code. [6]

References