Forum
Welcome, Guest
Please Login to access forum.
Re:Same web property ID is tracked twice. (1 viewing) 
Go to bottom
TOPIC: Re:Same web property ID is tracked twice.
#4245
Atlanta Internet Design
Junior Boarder
Posts: 25
User Offline
Re:Same web property ID is tracked twice. Karma: 1  
Hi John,

Actually Google Tag Assistant is not part of Jsitemap. It's a Chrome add-on. I think the issue is that one is one is classic syntax and the other is universal.

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,&#039;script&#039;,&#039;//www.google-analytics.com/analytics.js&#039;,&#039;ga&#039;

ga(&#039;create&#039;, &#039;UA-32247885-1&#039;, &#039;auto&#039;
ga(&#039;send&#039;, &#039;pageview&#039;

&lt;/script&gt;

I am assuming these are the 2 tracking codes. Should I delete one?

T.q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga';

ga('create', 'UA-32247885-1', 'auto';
ga('send', 'pageview';

</script>

I am assuming these are the 2 tracking codes. Should I delete one?

Thank
 
Logged Logged  
  The administrator has disabled public write access.
      Topics Author
    thread link
Same web property ID is tracked twice.
Atlanta Internet Design
    thread link
thread linkthread link Re:Same web property ID is tracked twice.
John Dagelmore
    thread link
thread linkthread linkthread link Re:Same web property ID is tracked twice.
Atlanta Internet Design
    thread link
thread linkthread linkthread linkthread link Re:Same web property ID is tracked twice.
John Dagelmore
Go to top