Server logs or SDC javascript tracking?
Choosing between server logs and javascript tagging for web analytics tracking, using 18 yes-no questions. And, raising the question of whether you should use BOTH.
October 15, 2008 12 Comments
Checking what your SDC tags are sending
Here’s an easy way to see what SDC is sending to your SDC server, for any SDC-tagged page your browser is looking at. Enter this in the address bar and hit Enter:
javascript:alert(gImages[0].src);
For the same thing, but cut-and-pasteable, do:
javascript:document.write(gImages[0].src);
Bookmark them so you can quickly do it anytime, on any page your browser is on.
If [...]
May 12, 2008 3 Comments