Free Geo IP Javascript To Increase Conversions On Your Campaigns

Posted by Ryan on April 7, 2010 at 10:19 pm
Filed Under: Tips

10 Comments

Attention Readers

Ever wonder how affiliates incorporate your unique city and/or state into their landing pages?  I’m sure you’ve seen this on media buys, pop up landing pages, etc.  This is all done using a simple javascript which matches your IP address with a city or state in a database.  MaxMind actually offers a free Geo IP script (all they ask is a link back to their website in return).  Check out the example below:

Country Code:
Country Name:
City:
Region:
Region Name:
Latitude:
Longitude:
Postal Code:

The source code looks like this:

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

<br>Country Code:
<script language="JavaScript">document.write(geoip_country_code());</script>
<br>Country Name:
<script language="JavaScript">document.write(geoip_country_name());</script>
<br>City:
<script language="JavaScript">document.write(geoip_city());</script>
<br>Region:
<script language="JavaScript">document.write(geoip_region());</script>
<br>Region Name:
<script language="JavaScript">document.write(geoip_region_name());</script>
<br>Latitude:
<script language="JavaScript">document.write(geoip_latitude());</script>
<br>Longitude:
<script language="JavaScript">document.write(geoip_longitude());</script>
<br>Postal Code:
<script language="JavaScript">document.write(geoip_postal_code());</script>

This works great for your dating, auto insurance, debt relief, and credit report campaigns!  Give it a try and see if you see a difference in conversions!  Remember, include a link back to MaxMind ;) !

Now

10 Responses to “Free Geo IP Javascript To Increase Conversions On Your Campaigns”

  1. Alright! Giving Colorado some love! This sure helps for relevancy. Great examples for specific offers to use it with.

  2. I’ve used this on a bunch of landing pages, and it normally helps.

    Great post!

  3. CoreBloggers says:

    I didn’t know about maxmind before…very useful post.

  4. HurrDurr says:

    Giving Colorado some love? It’s a GEO IP script you dumbass, of course it’s going to show your current state.

  5. [...] basic strategy The Beginners Guide To Advertising On Facebook Plenty of Fish. Plenty of Money. Free Geo IP Javascript To Increase Conversions On Your Campaigns Noobies Guide on How to Scrape: Part 1 – Intro & Tools Noobies Guide on How to Scrape: Part [...]

  6. [...] basic strategy The Beginners Guide To Advertising On Facebook Plenty of Fish. Plenty of Money. Free Geo IP Javascript To Increase Conversions On Your Campaigns Noobies Guide on How to Scrape: Part 1 – Intro & Tools Noobies Guide on How to Scrape: Part 2 [...]

  7. [...] basic strategy The Beginners Guide To Advertising On Facebook Plenty of Fish. Plenty of Money. Free Geo IP Javascript To Increase Conversions On Your Campaigns Noobies Guide on How to Scrape: Part 1 – Intro & Tools Noobies Guide on How to Scrape: Part 2 [...]

  8. [...] basic strategy The Beginners Guide To Advertising On Facebook Plenty of Fish. Plenty of Money. Free Geo IP Javascript To Increase Conversions On Your Campaigns Noobies Guide on How to Scrape: Part 1 – Intro & Tools Noobies Guide on How to Scrape: Part [...]

Leave a Reply