How to rotate link on different platforms?

Internet-Marketer

Power Member
Joined
Jul 9, 2013
Messages
633
Reaction score
131
Hey, is it possible to rotate affiliate link according to platform like as Google, Bing and Native?

Or we can just create duplicate website for every traffic source?
 
Yes, is possible to rotate the affiliate link. The only thing is if the traffic source can be detected or not.
 
I think you are on the verge of discussing the subject of cloaking here, which you should look into. Yes its possible.
 
How to detect traffic and rotate link?
You can check the HTTP Referer or check if something is added to the link, like Facebook and Google does when you click on ads and/or external links.
Code:
https://support.google.com/google-ads/answer/9744275?hl=en
https://stackoverflow.com/questions/60208823/how-to-remove-fbclid-in-nuxt-url
Code:
if condition 1 then
    link 1
elseif condition 2 then
    link 2
elseif condition 3 then
    link 3
else
    link 1
 
Back
Top