turbolinks-compatibility
turbolinks-compatibility copied to clipboard
Integration with Google TagManager
The official implementation of Google is that:
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-XXXX"
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-XXXX');
</script>
<!-- End Google Tag Manager -->
I tried a variety of ways through the events page: load
and page: change
. But I could not.
Can someone help me?
For future readers, give this a shot: http://labs.wrprojects.com/how-to-use-google-tag-manager-with-rails-and-turbolinks/
Link is dead
@coderberry Must have been temporary; it's back up.
Link is dead