Hi,
I got this idea because my affiliate manager (I won't mention the program) contacted me yesterday and asked me to send him a list of my traffic sources and what keywords I rank in Google...
I thought about it and I have a really crappy feeling about this. This way, AMs can just copy your business model, your traffic source your niche or whatever... I don't know who can I trust, an AM can be an affiliate himself for what I know.
Do you protect against this in some way? Maybe it would be a good idea to hide your referer.
I don't mean your affiliate link but the $_SERVER['HTTP_REFERER'] variable.
Basically when an user lands on your site, his browser keeps the referer information (e.g. google(dot)com/search?q=keyword). Maybe you also use the UTM parameters because you want to track the traffic in Google Analytics (e.g. yoursite(dot)com/utm_source=xxx&utm_medium=ppc).
The problem is that the affiliate network can see this information as well if you don't hide it.
So, do you hide it somehow? I guess a double redirect would work.
I got this idea because my affiliate manager (I won't mention the program) contacted me yesterday and asked me to send him a list of my traffic sources and what keywords I rank in Google...
I thought about it and I have a really crappy feeling about this. This way, AMs can just copy your business model, your traffic source your niche or whatever... I don't know who can I trust, an AM can be an affiliate himself for what I know.
Do you protect against this in some way? Maybe it would be a good idea to hide your referer.
I don't mean your affiliate link but the $_SERVER['HTTP_REFERER'] variable.
Basically when an user lands on your site, his browser keeps the referer information (e.g. google(dot)com/search?q=keyword). Maybe you also use the UTM parameters because you want to track the traffic in Google Analytics (e.g. yoursite(dot)com/utm_source=xxx&utm_medium=ppc).
The problem is that the affiliate network can see this information as well if you don't hide it.
So, do you hide it somehow? I guess a double redirect would work.