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 = ‘';
}
}
});
__________________
TGP and tube sites looking for trades
|