Forum Moderators: open
I'm looking for a way to cloak based on referrer and ip location.
i.e.
If referrer = vvv and ip is from xx country, show version A
If referrer = zzz and ip is from xx country, show version B
If referrer = yyy and ip is from xx country, show version C
If referrer = ALL ELSE (aside from vvv, zzz and yyy) and ip is from xx country, show version D
If referrer = ALL ELSE (aside from vvv, zzz and yyy) and ip is from any country besides xx country, show version E
Can anyone even remotely point me in the right direction?
I don't care which version the engine sees - for conversion tracking only.
Then it's simple. Check the IP in the database to get the country, grab the referrer and run them through your IF statements and serve up the appropriate page.
Does this help? Let me know if you need more...
Ok, I'm not adverse to learning - but I probably have a deep curve only knowing HTML and all. My programmer is otherwise engaged and I've yet to find (or until now, need) a replacement. But, I've never been adverse to learning something new... just tell me where to go and what to read. Or you can tell me to go hike somewhere too. ;-)