Thread Rating:
  • 0 Vote(s) - 0 Average
Share Thread:
Redirecting offers to the right offers
#1
Here is a query of mine. I have been promoting some offers which converts in few selected countries such as US and Canada.

Now, here is what's happening. The link to the products are present in my forum signature section. So, people are clicking on them anyway. But as the products are just for US and Canada if a person from other nation clicks on them. They are redirected automatically to some random product. What should I do to put them in my desired product?
Reply
#2
I guessing that the people comes to your landing page and then they goes to the product page, right?

Upload this code by creating a PHP redirect script in your root domain.

Code:
<?php
$a = unserialize(file_get_contents('http://www.geoplugin.net/php.gp?ip='.$_SERVER['REMOTE_ADDR']));
$countrycode= $a['geoplugin_countryCode'];

if ($countrycode=='US')
    header( 'Location: https://www.youradnetwork.com/the-original-US-offer' ) ;
else if ($countrycode=='GB')
    header( 'Location: https://www.youradnetwork.com/the-UK-offer-of-your-choice' ) ;
else if ($countrycode=='CA')
    header( 'Location: https://www.youradnetwork.com/the-CA-offer-of-your-choice' ) ;
else
    header( 'Location: http://forums.seomotionz.com' ) ;
?>

I found this code while searching through the web and other forums.

In this code change the urls according to your needs. The US offer is for original page, UK-CA are to be redirected to the original one. And the last one which is showing the forum url, is for the rest of the world which will be redirected to it.
Reply
#3
What should be the name of the .php extension file?
Reply
#4
ninja21 Wrote:What should be the name of the .php extension file?

Its completely your choice.
Reply
#5
supaul Wrote:I guessing that the people comes to your landing page and then they goes to the product page, right?

Upload this code by creating a PHP redirect script in your root domain.

Code:
<?php
$a = unserialize(file_get_contents('http://www.geoplugin.net/php.gp?ip='.$_SERVER['REMOTE_ADDR']));
$countrycode= $a['geoplugin_countryCode'];

if ($countrycode=='US')
    header( 'Location: https://www.youradnetwork.com/the-original-US-offer' ) ;
else if ($countrycode=='GB')
    header( 'Location: https://www.youradnetwork.com/the-UK-offer-of-your-choice' ) ;
else if ($countrycode=='CA')
    header( 'Location: https://www.youradnetwork.com/the-CA-offer-of-your-choice' ) ;
else
    header( 'Location: http://forums.seomotionz.com' ) ;
?>

I found this code while searching through the web and other forums.

In this code change the urls according to your needs. The US offer is for original page, UK-CA are to be redirected to the original one. And the last one which is showing the forum url, is for the rest of the world which will be redirected to it.

The code is extremely helpful, thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)
[-]
Ad

[-]
Top Articles
100+ Social Bookmarking Sites List
55+ Image Submission Sites List

[-]
Recent Posts
What is the Best Tool for X?
looking for paid options?smartscraper — 10:47 AM
What is Link Baiting?
Link baiting is a strategy for creating pages and digital content that attract natural, h...Alex Jones — 04:32 PM
ClickDealer - Join the Leaders of Affiliate Marketing!
If you want to break your monthly revenue records, start setting up a Temu campaign right...ClickDealer — 04:25 PM
What are the top digital marketing tools..?
Google Analytics - Ahrefs - Mailchimp - Semrush - HubSpotAlex Jones — 04:01 PM
What is the Best Tool for X?
What is the Best Tool for X auto posting and auto follow back?Alex Jones — 03:58 PM

[-]
Follow us on Facebook