Geo Redirection Service

binaryking

Regular Member
Joined
Aug 31, 2012
Messages
385
Reaction score
122
Hello guys, I'm looking for a service that could geo redirect my affiliate link. For example, those from UK, when they click the link will go to Link A, those from Australia, when click the link will go to Link B.

I search online and see geolify and cpaclickz but it seems that they are not really reputable... Anyone know a such service?

Thanks!
 
<script language="JavaScript" src="http://j.maxmind.com/app/geoip.js"></script>


<script language="JavaScript">

var country= geoip_country_code();

if(country == "US")
{
<!--
window.location = "YOUR US OFFER"
//-->
}

else
{
<!--
window.location = "OTHER OFFER URL"
//-->
}

</script>
 
<script language="JavaScript" src="http://j.maxmind.com/app/geoip.js"></script>


<script language="JavaScript">

var country= geoip_country_code();

if(country == "US")
{
<!--
window.location = "YOUR US OFFER"
//-->
}

else
{
<!--
window.location = "OTHER OFFER URL"
//-->
}

</script>

Thanks a lot for the reply. I'm not an experts at coding. So I have a link, I want to give the link to viewers. How can I make geo-redirection to that link? If from US, they click the link, it'll redirect to 1 link. Else, they'll direct to other link... Can you elaborate a little?

Thanks
 
Oh so, we create a folder in the root domain? For example: domain.com/offer then insert the code on?

Thanks
 
Do you use Tracking solution?
If yes just simply make rules for GEOs in its paths....
 
  • Like
Reactions: Ira
I use tracker + TDS (AdsBridge for now) for such kind of traffic distribution where you could set any kind of rule (as country, as OS, as IP, as carrier etc)
 
Use the javascript as given
Then join the google analytics.

That easy.
 
Hello! AdsBridge could help you with this, as it's not only a tracker, but also a TDS (traffic distribution system), so as @Ira mentioned above, you could set such kind of traffic distribution in targeting setting of your campaign.
BTW, thank you for choosing AdsBridge @Ira
 
Back
Top