lauraeus
Forum Replies Created
-
The <noscript> will always be added to the footer as you aldready may have noticed.
The other issue regarding loading of GTM snippet in HEAD section of a page is another matter. By doing so you would get into a lot of timing problems with especially Internet Explorer. The GTM snippet tries to attach to the Body DOM object. If snippet is loaded in HEAD the BODY may not be yet available. This is a serious problem an will fail a lot of visitors.
Cheers!
Forum: Plugins
In reply to: [Google Tag Manager and Webmaster Tools] Does not work in MUDid you install this 1.1.5 version which is MU compatible?
We have tested the plugin on wordpress network setup and successfully utilized the plugin. For the network support we use only WP native storage for the settings and such.
Hope you will be able to upgrade your version of this plugin and start getting the benefits!
Cheers!
Thank you for that note!
Due to the lack of hooks in wp core we had to choose between placing the tag manager snippet in “html head” or at the bottom of the page. The corresponding hooks are “wp-head” and “footer” respectivly.For the non-programming geeks, this meens absolutely nothing.
In order to meet the Google recommendation as closely as possible, this plugin activates the Google Tag Manager snippet in the head, but awaits the “body” document object to become available and thereafter attaches itself to this element. Just as Google prescribes.
Hope this helps and clears the issue a little bit?
Cheers!