View Single Post
Old 03-10-2015, 05:59 PM  
CaptainHank
Confirmed User
 
CaptainHank's Avatar
 
Industry Role:
Join Date: Mar 2013
Posts: 139
Quote:
Originally Posted by italkcafe View Post
I?d like to have one of my campaign receive only UK visitor / traffic. Is this possible?

Other campaigns if active is distributed normally?

Some of my sites use this JS:

jQuery.ajax( {
url: '//freegeoip.net/json/',
type: 'POST',
dataType: 'jsonp',
success: function(location) {

//alert(location.country_code);

//for UK
if (location.country_code === 'GB') {
// Redirect
//window.location.href = ?';
}
}
});
Yep! Now it's possible out of the box.

I've just added Geo-targeting options to the campaign settings. Just go to Campaigns, add a new campaign and pick the countries that you like.

I've literally just deployed the new features so, some bugs are to be expected especially because it was a big update. If you find something, please let me know. Thanks.
__________________
TRAFFDAQ.com Sell, Buy, Trade & Multiply Your Traffic
CaptainHank is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote