@primerano wrote:
I have a need to track referrers within the same domain. Within our intranet we have several sites that live on the same domain but are in different paths,
If someone visits http://myintranetdomain/foo from http://myintranetdomain/bar I (as the owner of /foo) would like to know that.
Since setDomains allows paths, can this also be used to indicate what referrers should be considered local?
For example.
If I set
_paq.push(['setDomains', 'myintranetdomain/foo]);
Referrals from http://myintranetdomain/bar should be tracked because I explicitly set the /foo path thus /bar would not be local.
I think setDomains is usually used to expand what is considered local but it would be nice if this or another API allowed users to limit the scope of local.
Thoughts? Somewhere I saw that campaigns can be used for this tracking but I'm not running a campaign so it seems a little forced.
Thanks
Tony
Posts: 1
Participants: 1