What causes Google Analytics tags to work on some machines but not on others?
Posted
by
Dallas
on Pro Webmasters
See other posts from Pro Webmasters
or by Dallas
Published on 2012-10-15T22:46:54Z
Indexed on
2012/10/16
5:29 UTC
Read the original article
Hit count: 186
google-analytics
The title of this question says it all.
I am trying to update my code from the deprecated _getTracker()
method to _createTracker()
, but am experiencing inconsistent results.
I have tried traditional and Asynch methods using a JSP include, but they all have the same result. My pageviews, and others in the office all show up in analytics. I have tried various test cases, but their visits are just not registering at all for them, but are showing up for me. The client has tried on multiple machines, and I have walked through with them step by step, so I know it's not just user error.
I know that javascript being turned off will cause the tags not to work, but I am wondering if what else might cause the tags to not be recognized.
I would appreciate any and all ideas.
© Pro Webmasters or respective owner