The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  Direct Affiliate

Link cloaking problem

Malik Khizer Hayat

New Member
affiliate
Some time ago I was promoting my campaigns with paid traffic sources. But now I build a website to promote offers. I want to use one link and redirect traffic to different geo-locations based on different CPA offers. For example, one offer accepts US traffic and I want to send US traffic to that offer. But the other offer accepts worldwide traffic. So I want to send the remaining traffic to the second offer. I need some help regarding this issue. Thank you!
 
it's a conditional that requires your programing or a programmed back-end
the else statement would be world wide

pseudo-code
Code:
//$country <conditional selector
function get_country(){
routine here;

if($county==""){redirect...}
elseif($county==""){redirect...}
else{redirect...}
}

  1. learn to program
  2. try to use your 'tools'
  3. pay a developer/programmer
 
that is make-believe code "PSEUDO"
like a roadmap that code will not work as is

redirect would be replaced with something like this maybe

PHP:
//conditional #1....
{$page_location = "https://www.affiliatefix.com/?m=graybeard&cid=$cid&c=$campaign";

print "<script>";
print " self.location= '$page_location';";
print "</script>";
}
//conditional #2 ...

if you cannot code at all
do this:
1 ad campaign per/GEO specific
1 ad campaign all GEOs (RON) to the worldwide offer
^^not the best but a lot simpler
 
Last edited:
banners
Back