Tips, tricks, and pokes, just WebTrends Analytics
Random header image... Refresh for more!

Category — SDC & data collection

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