Checked and did not see a GTM or Google analytics account on the https://go.apexskin.com site. Waited until site was finally moved to have Isaac add it to the domain.
Isaac
can you please add this GTM and GA code to the site? Thanks.
<!-- Google Tag Manager --> <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-M89XTRV');</script> <!-- End Google Tag Manager -->
<!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M89XTRV" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) -->
----------------------
<!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-7J64NF3NXR"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date());
After I submitted a lead form test, it went to the correct confirmation page. However, it took more than 8 seconds for the conversion event to fire when I tested it in GTM. It's possible that users are exiting the site before GTM fires, which means the conversion tags are not firing. If the conversion tags do not fire, Google Ads doesn't record a conversion event and it has no success events to optimize for. So it never gets any better. Can we look into how GTM is implemented on this site and get it to fire sooner?
Notified 1 person
Isaac Klausnser
Hector
Shane
- Can you please test again now? I made some updates on the website.
Notified 2 people
Hector Mota,Operations Manager
Isaac, Thanks for making the updates for us. I tested the GTM fire and it worked pretty well for me. All under a few seconds. Shane can you please test on your end to see?
Notified 2 people
Shane Quast
Seems ok. Will have to watch to see how it performs though.
<!-- Google Tag Manager -->
<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-M89XTRV');</script>
<!-- End Google Tag Manager -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M89XTRV"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
----------------------
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7J64NF3NXR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7J64NF3NXR');
</script>
Shane has some concerns he found here
Campfire - Apex Dermatology - www.apexskin.com- SM
After I submitted a lead form test, it went to the correct confirmation page. However, it took more than 8 seconds for the conversion event to fire when I tested it in GTM. It's possible that users are exiting the site before GTM fires, which means the conversion tags are not firing. If the conversion tags do not fire, Google Ads doesn't record a conversion event and it has no success events to optimize for. So it never gets any better. Can we look into how GTM is implemented on this site and get it to fire sooner?
Thanks for making the updates for us. I tested the GTM fire and it worked pretty well for me. All under a few seconds.
Shane can you please test on your end to see?