Google Tag Manager a Marketo guided landing page & Google Ad Tracking
Here is the challenge we have the GTM script installed on our templates and the header tags implemented:
In the header:
<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='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TDLFLCN');</script>
In the body:
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TDLFLCN"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
After putting this script in we set up Google ads and set the conversion for the landing pages. The challenge is we can't see the conversions firing in google ads. Has anyone else had this issue and how did you work around it (fix it)?