google analytics not logging refer ~ have i done something wrong?
Posted
by calum
on Stack Overflow
See other posts from Stack Overflow
or by calum
Published on 2010-04-03T17:24:48Z
Indexed on
2010/04/05
21:23 UTC
Read the original article
Hit count: 324
google-analytics
probably something simple
how do i get google analytics to detect traffic that comes from a website that redirects to another?
i.e
someone visits www.abc.com, and are redirected to another site
<?php header("Location:www.cde.com"); ?>
how do i track these hits? nothing comes up..as i guess it's not strictly a "referrer".
hope this makes sense..thanks
or is there a better way to do this? I want to track hits on anyone visiting domain X, which redirects to another site. Essentially we are doing a radio campaign with this new domain and would like to measure its effectiveness.
thanks
© Stack Overflow or respective owner