Tealium website integration but no snippet visible in the page source?

Gold Contributor
Gold Contributor

I am attempting to conduct a tag audit of one of our websites and when I navigate to that site I see in my Charles Proxy that Tealium is invoked upon page load, but I don't see the actual snippet in the page source of any of the pages of that site. How is this possible?

2 REPLIES 2

Tealium website integration but no snippet visible in the page source?

Tealium Employee

Hey Andrea,

 

When you say you can't find the Tealium snippet, do you mean you can't find the utag.js reference?

 

The utag.js reference might look something like this:

 

<script type="text/javascript">
    (function(a,b,c,d){
    a='//tags.tiqcdn.com/utag/account/profile/prod/utag.js';
    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;
    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);
    })();
</script>

Our utag file is an asynchronously referenced file, so you're not going to see the code included directly in the page source, but you will see network calls for Tealium activity when the page loads. This is a result of this file being downloaded and run by the site.

Tealium website integration but no snippet visible in the page source?

Gold Contributor
Gold Contributor

Hi Seth, 

 

Yes I did mean the utag.js reference. I feel like most of the time I'll see the utag in the page source along with network calls, but it helps to know that that might not always be the case.

 

Thanks,

Andrea

Public