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
Google SERP Changes & Algorithm Updates - April 2024
@"Aff"#13673 People really should stop relying on search engines. They are no...cbtech — 02:53 PM
Google SERP Changes & Algorithm Updates - April 2024
@"Aff"#13673 People really should stop relying on search engines. They are not ...diamondhead — 02:50 PM
Google gives a Manual Action Penalty after March 2024 update
Keep us updated.diamondhead — 02:49 PM
What exactly is digital marketing?
Digital marketing, also called online marketing, is the promotion of brands to connect wi...Alex Jones — 02:27 PM
Making Money Online, which is the most reliable way?
YouTube is the fast and easy way to make money onlineAlex Jones — 02:22 PM

[-]
Follow us on Facebook