Closed (fixed)
Project:
Google Analytics
Version:
6.x-2.2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2009 at 09:57 UTC
Updated:
2 Jul 2009 at 09:50 UTC
Hello,
I need a simple hint: since this module takes care of downloading and storing the script, how would I add tracking for Czech search engines?
E.g. pageTracker._addOrganic("centrum.cz","q");
Google does not recognize them by default, only as referrals which sucks as they make up most of my traffic.
Thanks!
Comments
Comment #1
hass commentedAdd your
pageTracker._addOrganic("centrum.cz", "q");in admin/settings/googleanalytics, under "Advanced settings" > "Custom JavaScript code" into the "Code snippet (before)" textarea.Comment #2
Noira commentedAh, thanks, it's great it is this easy.
Comment #3
Noira commentedI added this and now my reports are blank for last days. Tried to check the local caching. Any idea what might have gone wrong?
Comment #4
hass commentedVerify that your list is added beyond pageTracker._trackPageview() in page source. I'm not sure what type of double quotes you are using there, but they seems to have an italic touch or Czech style. Make sure you use normal double quotes
"... not sure if this could be a reason.Otherwise you need to ask Google what's wrong with GA.
Comment #5
Noira commentedIt's tracking now, though I am not sure whether it really recognizes the engines as search engines.