Hi everyone,
How can one track outbound links as part of a Google Analytics campaign? I see it is possible for Goals.
I have added the code below to the Google Analytics script:
pageTracker._trackPageview('/Campaign Name/http://www.example.com/?src=icecream');
Can one use spaces in the above listed
Campaign Name
?
I have added
?src=icecream
to have some form of control over the "inflated" page view stats, but not sure whether this is necessary.
How can one catch the following params:
utm_source
utm_medium
utm_term
utm_campaign
Thanks in advance.