View Single Post
Old 02-25-2008, 09:10 AM   #1 (permalink)
Neophiliac
Noogle
 
Join Date: Feb 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Neophiliac is on a distinguished road
Google Analytics: Help on trackPageview and Redirects

Hi! I'm new to G.A and i'm having trouble in adding the
"javascriptageTracker._trackPageview('/xx)');" function in my site.

My links are all structured with redirects..

<a href="#" onClick='javascript:redirinf(1)' > <img src="xx" alt="xx"
name="xx" width="112" height="30" border="0" class="xx" id="xx" /></a>

And i don't seem to find the way on how to add the Tracker to this
structure...

if i try to add the redirect inside the tracker, the redirect won't
work
onClick="javascriptageTracker._trackPageview('ja vascript:redirinf(1)');"

and if i put it in the href, the redirect works, but the tracker
doesn't....
<a href="javascript:redirinf(5);"
onClick="javascriptageTracker._trackPageview('/precios)');"


Please HELP!
Neophiliac is offline   Reply With Quote