Discover, trust, install: FAIR 1.0 is here
Google Tag Manager
Version: 1.0.3
Description
You can sign up for a Google Tag Manager account here.
This plugin makes it even easier to use Google Tag Manager, adding all the code itself — all you need to do is provide the Account ID!
Installation
- Upload
google-tag-manager.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to
Settings
>General
and set the ID from your Google Tag Manager account.
Faq
Why isn’t the output displaying?
Two possibilities: First, you haven’t yet specified the ID in the admin panel, or second, your theme is missing a <?php wp_footer(); ?>
call.
Reviews
Hermosura de Plugins
By petterbriones on January 9, 2021
Super-simple way of adding GTM code
By stevehanlon on January 4, 2021
Es simple y funciona
By Albeiro Ochoa (Albeiro) on June 12, 2020
Love it
By Gagan Deep Singh (gagan0123) on March 19, 2017
This just inserts the code right?
By MDC2957 on February 10, 2017
Works Great After Update
By Micah Wood (woodent) on January 27, 2017
works as described
By M.F. Jong (mfjtf) on October 22, 2016
Doesn't work
By McDragon on September 3, 2016
Would give it 0/5 as the app does not behave as it should. Puts the code snippet in the wrong place and Google can't use it.
Changelog
1.0.3
- Add support for the new
wp_body_open
hook in core.
1.0.2
- Switch to the new split-format for Google Tag Manager javascript and iframe format.
- Add support for Genesis and Theme Hook Alliance themes to echo the iframe sooner in the dom.
1.0.1
- Change to static methods to avoid errors in some versions of php
1.0
- Initial Public Release