sandywp / plugins / duracelltomi-google-tag-manager
GTM4WP – A Google Tag Manager (GTM) plugin for WordPress
Advanced tag management for WordPress with Google Tag Manager
Ready in seconds.
v2.0.0 700,000+ installs WP 6.3+ PHP 8.0+

What you get inside
6 screens-
Admin panel
-
Basic settings
-
Events
-
Integration panel
-
Advanced settings
About this plugin
Google Tag Manager (GTM) is Google’s free tool for everyone to manage and deploy analytics and marketing tags as well as other code snippets
using an intuitive web UI. To learn more about this tool, visit the official website.
This plugin places the GTM container code snippets onto your WordPress website so that you do not need to add them manually.
Multiple containers are also supported, and each container can have its own environment parameters, custom domain and custom path.
The plugin complements your GTM setup by pushing page meta data and user information into the so-called data layer.
Google’s official help pages include more details about the data layer.
PHP 8.0 and WordPress 6.3 are required to use this plugin.
GTM container code placement
The original GTM container code is divided into two parts:
The first part is a javascript code snippet that is added to the <head> section of every page of the website.
This part is critical to enable all features of GTM, and this plugin helps to place this part
correctly on your site.
The second part is an iframe snippet that acts as a failsafe/fallback should users’ JavaScript be disabled.
Google recommends – for best performance – to place this code snippet directly after the opening <body> tag on each page.
Albeit not ideal, it will work when placed lower in the code. This plugin provides a code placement option for the second code snippet.
If your WordPress theme is compatible with the additions of WordPress 5.2, then this plugin will place this second snippet in the right place.
Users of the Genesis theme, GeneratePress theme, Elementor, Oxygen Builder and Beaver Builder Theme will also have it placed correctly.
To utilize this, set the compatibility mode in the plugin options to off.
All other users can place this second code snippet using custom PHP code (the “Manually coded” option), or select the so-called “Footer” option
to add the code lower on the page (this is not the recommended way, but it will work).
Basic data included
- post/page titles
- post/page dates
- post/page category slugs
- post/page tag slugs
- post/page author ID and name
- post/page ID
- post types
- post format
- post count on the current page + in the current category/tag/taxonomy
- custom terms associated with any post type
- logged in status
- logged in user role
- logged in user ID (to track cross device behavior in Google Analytics)
- logged in user email address (both unhashed and SHA256 hashed values to be used with tracking)
- logged in user creation date
- site search data
- site name and id (for WordPress multisite instances)
- IP address of the visitor (please obtain the visitor’s explicit consent before using this)
- post author data from PublishPress Authors, including co-authors and guest authors
Content & engagement data
Optional page variables that help with behavior tracking and Google Analytics 4 content grouping:
- content word count and estimated reading time
- last modified date and content age in days
- comment count and comment status
- page template, featured image presence, page hierarchy and sticky flag
- primary category, detected from Yoast SEO or Rank Math
- page language, detected from WPML or Polylang
Browser / OS / Device data
- browser data (name, version, engine)
- OS data (name, version)
- device data (type, manufacturer, model)
Data is collected in the browser using User-Agent Client Hints and pushed as a gtm4wp.deviceData event.
Note that Safari and Firefox expose less detail than Chromium based browsers.
Media player events
Track users’ interactions with any embedded media:
- YouTube
- Vimeo
- Soundcloud
- HTML5 audio and video
- Dailymotion
- Mixcloud
- Cloudflare Stream
- Wistia
- JW Player
- VideoPress
- Spotify
- Twitch
You can choose to fire data layer events when the media player loads, when the media is played, when it is paused or stopped,
and optionally when the user reaches 10, 20, 30, …, 90, 100% of the media duration. Each event also populates Google Tag
Manager’s built-in Video variables (Video Status, Video URL, Video Title, Video Provider, Video Duration, Video Current Time,
Video Percent, Video Visible).
Tracking is supported for embedded media using the built-in oEmbed feature of WordPress, as well as most other media plugins
and copy/pasted embed codes. Players inserted into the page after it has loaded (for example in a popup, a lightbox or via
AJAX) can also be tracked by turning on the optional “Track dynamically inserted players” setting.
Tag restrictions: allowlist & blocklist Tag Manager tags, triggers and variables
To increase website security, you have the option to allowlist or blocklist tags, triggers and variables.
You can prevent specific tags from firing, or prevent the use of certain variable types, regardless of your GTM setup.
If the Google account associated with your GTM account is compromised, an attacker could easily
execute malware on your website without accessing its code on your hosting server. By blocklisting custom HTML tags,
custom JavaScript variables and sandboxed scripts (custom tag and variable templates), you can secure the Tag Manager container.
Integration
Google Tag Manager for WordPress integrates with several popular plugins. More integrations to come!
- Contact Form 7: fire an event when a form is submitted with any result (mail sent, mail failed, spam detected, invalid input, submission aborted or terms not accepted). Optionally push the Google Analytics 4 recommended form events (form_start, form_submit, generate_lead) as well
- WooCommerce:
- Implementation of GA4 E-commerce
- Support for the Cart, Checkout, Mini-Cart, Product Collection and cross-sell blocks, not only the classic shortcode based pages
- Enhanced Conversions user data on the purchase event for Google Ads
- Compatibility with High Performance Order Storage (HPOS)
- Does not support promotions, since WooCommerce does not have such a feature (yet)
- Does not support refunds
- CheckoutWC: optional support for its multi step checkout template
- PublishPress Authors: co-author and guest author data in the page variables
- AMP: load your AMP container on the AMP version of your pages
- Google Consent Mode v2: fire the “default” command with specific consent flags to integrate with non-certified Consent Management Platforms (CMPs) and plugins
- Cookiebot: use automatic cookie blocking mode if needed
- Axeptio: load the Axeptio SDK and push every consent change into the data layer
- CookieYes: push a data layer event whenever the visitor’s consent changes
Server side containers
If you are using a server side container,
you can enter your custom domain name and custom path to load gtm.js from there. Both can be set per container, so you can mix
server side and standard containers on the same site.
Cache-safe data layer
(experimental, off by default)
On sites using a full page cache (LiteSpeed, WP Rocket, Varnish, Cloudflare APO), the HTML generated for one visitor is served
to everyone else as well. Any visitor specific value written into the data layer would therefore leak to other visitors – the
classic example being a page cached while an editor was logged in, then served to anonymous visitors with that editor’s email
address and role still in the data layer.
When this option is enabled, no visitor or session data is written into cacheable HTML at all. Those values are delivered in the
browser instead, under the same data layer variable names, so your existing Google Tag Manager setup keeps working.
Export & import your settings
You can export all plugin settings into a JSON file and import them on another site, which makes it easy to roll out the same
configuration across several websites. Imported files are treated as untrusted and every value is validated before it is stored.
Exclude specific user roles from being tracked
You can set which user roles need to be excluded from tracking when a user with that role visits the frontend. This will completely disable the container code for that user.
Staging and development sites
The container can be limited to production environments only, so a cloned or staging copy of your site does not send data into
your production Google Tag Manager container. This relies on the WP_ENVIRONMENT_TYPE setting of WordPress.
For developers
Version 2.0 is a complete object oriented rewrite. Every feature is a module, and third party plugins can register their own
modules through the gtm4wp_register_modules action. All public template functions, filter and action names, wp-config constants
and the option storage key of the 1.x versions are unchanged, so existing integrations keep working.
Questions
- How can I …
Tutorials for various Google Tag Manager settings and implementation are available on the plugin’s website:
https://gtm4wp.com/setup-gtm4wp-features- PayPal / 3rd party payment gateway transactions in WooCommerce are not being tracked in Google Analytics
PayPal and some other 3rd party payment gateways do not redirect users back to your website after a successful transaction by default.
They offer a route back for your customer, but it can happen that users close the browser before arriving at your thank you page
(also known as the order received page). This means that neither Google Analytics tags nor any other tags have a chance to fire.Enable auto-return in your payment gateway settings. This will instruct the gateway to show a quick info page after payment
and redirect the user back to your site. This will improve the accuracy and frequency of tracked transactions.- Purchase event is not tracked with WooCommerce
This can happen if you are using a 3rd party plugin that alters the default order received page in a way that does not use
WooCommerce’s integration hooks. Either stop using that plugin, or ask its authors to mimic the behavior of the default order
received page more closely by supporting the woocommerce is_order_received_page function and the woocommerce_thankyou action.Since version 2.0 the plugin also offers two settings that work around this without changing the 3rd party plugin: “Custom order
received (thank-you) page” fires the purchase event on a bespoke confirmation page, and “Reliable purchase tracking” emits a
missed purchase event on the next page the customer views in the same browser session. Both are de-duplicated, so an order is
never counted twice.- Why isn’t there an option to blocklist tag/variable classes
Although Google recommends blocklisting tags and variables using classes, people struggle to know
which tags and variables get affected. Therefore I opted for individual tags and variables rather than classes
on the tag restriction tabs.Regarding variables: ensure they are not part of any critical tags, as blocklisting such variables will render those tags useless.
- How can I track scroll events in Google Tag Manager?
Google Tag Manager supports basic scroll depth tracking based on percentage or pixels natively. Add a Scroll Depth
trigger in your container and use it to fire your Google Analytics 4 and/or Google Ads remarketing/conversion tags.
(The plugin’s own scroll tracking feature was removed in 2.0 in favor of this built-in GTM functionality.)- I use a page cache. Can visitor data leak between visitors?
Yes, this is a real risk with any full page cache, and it is not specific to this plugin: the HTML generated for one visitor is
stored and served to everyone else. If visitor specific values (email address, user role, IP address) are written into the data
layer, the cached copy will contain the values of whoever happened to trigger the caching.Turn on the “Cache-safe data layer” option to avoid this. With it enabled, no visitor or session data is written into cacheable
HTML; those values are delivered in the browser instead, under the same data layer variable names.- Why does the plugin load several separate JavaScript files instead of one?
Each tracking feature (WooCommerce, each media player, Contact Form 7, device data, etc.) is its own small
JavaScript file, and the plugin loads only the files a page actually needs – the YouTube tracker, for instance,
loads only on pages that embed a YouTube video, and with the “defer” strategy so it never blocks rendering.
Those files are already minified by the plugin’s build.Merging several files into one is intentionally left to a caching / performance plugin (WP Rocket, Autoptimize,
LiteSpeed Cache, etc.), which can combine scripts across your whole site and in a way that suits your hosting and
HTTP setup. On modern HTTP/2 hosting, many small conditionally-loaded files usually perform as well as one combined
file. (1.x combined its own scripts; 2.0 delegates this.)
sandywp / also on the shelf
Try another plugin
Pixel Manager for WooCommerce – Conversion Tracking, Google Ads, GA4, TikTok,…
4.9 · 40K+ installs
Conversion tracking for WooCommerce. Google Ads, GA4, Meta, TikTok, OpenAI (ChatGPT) & more. Recover 30% more conversions…
Conversios – GA4, Google Ads & Meta Conversion Tracking with Product Feed…
4.3 · 10K+ installs
GA4, Google Ads & Meta Pixel conversion tracking plus product feed sync for WooCommerce. Server-side tracking (CAPI) and…
4.0 · 3K+ installs
CallTrackingMetrics integrates with your WordPress site to provide powerful call tracking and attribution.
Spin up a real WordPress site in seconds.
Test plugins, build a demo, hand a client a link — then squash it and start again. No local setup, no Docker.