Page 1 of 1

[RESOLVED] NS icon pop-up site listing

Posted: Thu Dec 10, 2015 10:35 pm
by wxman1
at this site: http://weather.cod.edu/, the NS icon pop-up shows wwwDOTgoogle-analytics.com

and yet the only reference to google I see is: <script type="text/javascript" src="javascript/google-analytics.js"></script>, suggesting that is a locally hosted script.

What makes NS think it needs access to the site wwwDOTgoogle-analytics.com?

EDIT: I fingered it out :oops:

Their script has this code:

// JavaScript Document
<!-- Code for Google Analytics -->
(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,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-3.1415926-5', 'auto');
ga('send', 'pageview');