[RESOLVED] NS icon pop-up site listing

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: [RESOLVED] NS icon pop-up site listing

[RESOLVED] NS icon pop-up site listing

by wxman1 » Thu Dec 10, 2015 10:35 pm

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');

Top