Geo Target Traffic Based on Their Country

stefistef

BANNED
Joined
Jun 18, 2011
Messages
126
Reaction score
9
Does anyone know how to Geo Target Traffic Based on Their Country
for example let's say i take an offer that can be filled only from USA how can i make it avaible for other countries?
 
Does anyone know how to Geo Target Traffic Based on Their Country
for example let's say i take an offer that can be filled only from USA how can i make it avaible for other countries?

you can use a geo target script to place the right offer in front of the right countries but not sure you can use it to show usa offers to non usa visitors. most offers have their own script and such that prevent this.
 
can you please tell what script i need and how to install it i'm using youtube to promote my offers.
 
Some networks automatically redirect the user to an offer available to them if they are from a different country. I know maxbounty does this.
 
Send your traffic on this script,just get the country code.

Simple thank will be great


Code:
<html>
<head>
<title>Please wait...</title>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">



<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 = "http://google.com"
//-->
}

if(country  == "CODE")      
{
<!--
window.location = "http://google.com"
//-->
}

if(country  == "CODE")      
{
<!--
window.location = "http://google.com"
//-->
}





else   
{
<!--
window.location = "http://google.com"
//-->
}

</script>
</head>
<BODY>
<CENTER>Please wait...</CENTER>
</BODY>
</html>
 
Last edited:
i'm promoting my offers using youtube how can i install that script?
 
no i just copy my cpa code and i insert into description at youtube
 
I would suggest using the maxmind geoip redirect script (you can find it searching google) for splitting the traffic up. As for the offers, if the iphone offer is only allowed to US residents then you will only want to display it for the USA - not for the other countries.
 
Back
Top