GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Tech How to Geo Redirect your Traffic to best Offer ?? (https://gfy.com/showthread.php?t=1339051)

PimpStar 12-13-2020 07:56 AM

How to Geo Redirect your Traffic to best Offer ??
 
Hi,

What would you recommend to GEO redirect a landingpage/pop-up

let's say I want to offer my traffic a more local adult product to increase conversions

whats the best way to create a offer which when it gets activated by click for example

will shows offer A to USA visitors and offer B to EU and offer C to india-china/muslim traffic Etc

any tips on the best way to tackle this?

Brian mike 12-13-2020 09:44 AM

1- You need an ad server script ex: https://www.revive-adserver.com/
2- You need to find offers for each GEO country your targeting
3- Set up each campaign with an Offer that matches the country your targeting

:2 cents:

trevesty 12-13-2020 09:48 AM

Voluum or Binom.

Revive is a whole lot of added junk for what you're trying to do.

Relic 12-13-2020 09:48 AM

Quote:

Originally Posted by PimpStar (Post 22788639)
any tips on the best way to tackle this?

nginx & mod_geoip are the best way to tackle that.

PimpStar 12-13-2020 05:37 PM

Thanks for the replies looking into all of this now
And I think the last suggestion might comes most close to what I am looking for

Also if some one is experienced in setting such thing up on a site
and wants to help out for a fee
contact me pimpmysite (a) hotmail (dot) com

geo redirect a pop under to different geos on my own website

NicoleGrey 12-14-2020 01:45 AM

Quote:

Originally Posted by PimpStar (Post 22788639)
Hi,

What would you recommend to GEO redirect a landingpage/pop-up

let's say I want to offer my traffic a more local adult product to increase conversions

whats the best way to create a offer which when it gets activated by click for example

will shows offer A to USA visitors and offer B to EU and offer C to india-china/muslim traffic Etc

any tips on the best way to tackle this?

I can help you with that. I've sent you a message on e-mail.

faperoni 12-14-2020 01:55 AM

If you are using cloudflare there is even an easier solution, enable IP geolocation for the domain: https://support.cloudflare.com/hc/en...IP-Geolocation

You can now do this on your landing page:
Code:

if($_SERVER["HTTP_CF_IPCOUNTRY"] === 'US') $offerUrl = 'https://us-offer-url';
elseif($_SERVER["HTTP_CF_IPCOUNTRY"] === 'FR')  $offerUrl = 'https//french-offer-url';
etc etc

header("HTTP/1.1 301 Moved Permanently");
header("Location: ".$offerUrl);

Other options are free APIs like https://freegeoip.app/ or the maxmind geoip database https://www.maxmind.com/en/home

Paul&John 12-14-2020 02:00 AM

Quote:

Originally Posted by faperoni (Post 22789002)
If you are using cloudflare there is even an easier solution, enable IP geolocation for the domain: https://support.cloudflare.com/hc/en...IP-Geolocation

Wow this is pretty neat, thanks


All times are GMT -7. The time now is 04:00 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123