| Posts: n/a |
Geotargeting Your Ads to Increase Revenue
Very good thing to do, especially if you are using a publisher such as YPN which prohibits non US traffic. So I started researching it today since I already have Phpadsnew on the server I figured I could take my leaderboard YPN ad on my forum that is under the navbar and replace it with a CPM network, Tribal Fusion, if the visitor was not originating from the United States.
It's quite simple actually.
This is the page that gives you info on where to get the database from: phpAdsNew | Features > Geotargeting
Here is the product you need: MaxMind - GeoIP | IP Address Location Technology You should buy the Country database only, as all we want to do is target countries and not regions or cities or area codes...
Once I purchased it I downloaded the follow directly onto the server and using ssh, and extracted its contents using
Then
then I moved it into the following folder
You may have to create the folder GeoIP, if it says it doesn't exist simply use this
and then try again.
After that you go into Phpadsnew and setup a new advertiser and under Delivery Options and select Country. Now you can select which countries the ad shows to and which ones it doesn't show too.
Hopefully this helps you get started.
It's quite simple actually.
This is the page that gives you info on where to get the database from: phpAdsNew | Features > Geotargeting
Here is the product you need: MaxMind - GeoIP | IP Address Location Technology You should buy the Country database only, as all we want to do is target countries and not regions or cities or area codes...
Once I purchased it I downloaded the follow directly onto the server and using ssh, and extracted its contents using
Code:
tar -xvzf filename.tar.gz
Code:
cd filename
Code:
mv GeoIP-106_20051201.dat /usr/local/share/GeoIP/GeoIP.dat
Code:
mkdir /usr/local/share/GeoIP
After that you go into Phpadsnew and setup a new advertiser and under Delivery Options and select Country. Now you can select which countries the ad shows to and which ones it doesn't show too.
Hopefully this helps you get started.








Linear Mode

