Mobile app version of vmapp.org
Login or Join
Ann8826881

: Lead Forensics: Does it load synchronously? Integrating with Google Tag Manager I'm troubleshooting why my GTM Custom HTML Tag for Lead Forensics (LF) isn't being reported back in the LF Visitors

@Ann8826881

Posted in: #Analytics #GoogleTagManager

I'm troubleshooting why my GTM Custom HTML Tag for Lead Forensics (LF) isn't being reported back in the LF Visitors List.
GTM only supports asynchronously loading tags, so I think that is the problem.

Here is the tracking code, if that helps:

<script type="text/javascript" src="http://bux1lXXXX.com/js/XXXXX.js"></script>
<noscript><img src="http://bux1lXXXX.com/XXXXX.png" style="display:none;" /></noscript>

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Ann8826881

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kaufman445

Can you give more details about what "isn't working"? If you right click, select "Inspect Element", select the "Console" tab and then copy paste any errors you see there into your question that would help.

Also, is XXXXX.js something you wrote? What does it do?

Since you mentioned asynchronously loading, have you tried adding the async attribute to the script tag like this?

<script type="text/javascript" src="http://bux1lXXXX.com/js/XXXXX.js" async></script>

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme