Reputation: 2876
I'm not sure how I should describe my situation and if I'm fully understand it.
Suppose we have a visitor flow that looks like the following:
example.com
/ referrer is google.com
sub.example.com/login.aspx
(iframe page) / referrer is example.com
I’ve set the CookieDomain to auto
and added example.com
to the referral exclusion list. So from what I understand I have the following situation :
the Client ID stay consistant when I'm moving from step 1 to step 2. good !
However I'm concerned with the referrer. I would like to keep my google.com referrer when I'm moving from step one to step two.
How can I do this ?
Upvotes: 1
Views: 775
Reputation: 1418
I think you have two options here. Easy solution is to just look at your traffic sources in Acquisition reports in GA :
https://support.google.com/analytics/answer/1033173?hl=en
If you setup CookieDomain and refferal exlusion list correctly "traffic sources" will give you information you need.
Second option(if you really need to override the reffer) is to:
Let me know if you need more detialed description on how to do it.
Upvotes: 2