My domain foo.com redirects (via a permanent 301) to bar.com. I want to know how many visitors to bar.com come from having first visited foo.com.
I'm using Woopra - originally, I thought the referrer would be foo.com, but it turns out that this is not the case. I'm fine with writing custom JS if that is required, but I have a pretty "user friendly" hosting account, which means that I can't really fiddle with Apache or whatever to log the redirects.
Is there a way to do this?