GTM activation vs gtm4wp php
-
Hi Tomi, amazingly cool plugin! Just starting of with GTM I am and your plugin is great to get experienced with GTM features ?? You deserve a big Google cheque for your work.
anyway, I was just wondering if I can take the original code to implement GTM from GTM. Is that different from using gtm4wp php
This one:
<?php if ( function_exists( ‘gtm4wp_the_gtm_tag’ ) ) { gtm4wp_the_gtm_tag(); } ?>vs something like this I take from gtm:
<!– Google Tag Manager –>
<noscript><iframe src=”//www.googletagmanager.com/ns.html?id=GTM-N3DGB9″
height=”0″ width=”0″ style=”display:none;visibility:hidden”></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({‘gtm.start’:
new Date().getTime(),event:’gtm.js’});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!=’dataLayer’?’&l=’+l:”;j.async=true;j.src=
‘//www.googletagmanager.com/gtm.js?id=’+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,’script’,’dataLayer’,’GTM-N3DGB9′);</script>
<!– End Google Tag Manager –>https://www.ads-software.com/plugins/duracelltomi-google-tag-manager/
- The topic ‘GTM activation vs gtm4wp php’ is closed to new replies.