Who Me Too'd this topic

Who Me Too'd this topic

Silver Contributor
Silver Contributor

Hi all,

 

I set up an AT Internet tag on a website and mapped some variables. All the variables have been added to the data layer.

 

When I check the source code of the website, my variables are in my utag.data but are not populated.

 

Code:

<script type="text/javascript">
			var utag_data =	{"site_name":"586638","site_section":"1","page_section":"transfer_dsb","page_category":"","page_subcategory":"","page_name":"transfer_dsb","page_type":"","env_type":"qa","language":"2","customer_id":"353","car_type":"","customer_firstname":"","customer_lastname":"","email_address":"","phone_number":"","city":""};
  			</script>
			
			<script type="text/javascript">
			    (function(a,b,c,d){
			    a='//tags.tiqcdn.com/utag/totalms/middleeast-total/qa/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>
 

I can't understand why. Maybe some of you will have an idea?

 

Best regards,

Alice

Who Me Too'd this topic
Public