Two different landing page to two different countries visitors?

6 replies
Let us say visitors coming from Country A, I want to show only Landing Page A. Whereas, visitors from other countries, I want to show Landing Page B.

May I know how can I do this?

Thank you.
#countries #landing #page #visitors
  • Profile picture of the author Forexmonster
    Originally Posted by info126 View Post

    Let us say visitors coming from Country A, I want to show only Landing Page A. Whereas, visitors from other countries, I want to show Landing Page B.

    May I know how can I do this?

    Thank you.
    if you know php you could look at the ip and redirect them to the correct page
    {{ DiscussionBoard.errors[10165109].message }}
  • You will need a database like Maxmind to determine the countries based on the ip.

    Once you have that info, you can use it to redirect people based on their geo location.

    If you are not a coder and are looking for a tool to do this check out Prosper202 both the free and paid Pro versions allow you to redirect based on city, state, country and much more.
    {{ DiscussionBoard.errors[10165115].message }}
  • Profile picture of the author RobinJennings
    You would have to do a bit coding, you can use Maxmind database to achieve what you are trying to do, I learned solution by googling for this specific problem, would advice you to do the same..
    {{ DiscussionBoard.errors[10165798].message }}
  • Profile picture of the author EPoltrack77
    It's called "split testing" As a marketer its a good habit to learn to split test on everything we do!

    Simply duplicate the page and set up eaches own identity.

    I take the same approach with my individual traffic sources as well and create each campaign around the demographics of that particular traffic source which hopefully is related to what my prospects are themselvs.

    Keeping track of your numbers. Through some good quality traffic with equal amounts and go to work.
    Signature
    Working to achieve higher results...
    {{ DiscussionBoard.errors[10165834].message }}
  • Profile picture of the author Shaolinsteve
    Originally Posted by info126 View Post

    Let us say visitors coming from Country A, I want to show only Landing Page A. Whereas, visitors from other countries, I want to show Landing Page B.

    May I know how can I do this?

    Thank you.
    Are you split testing via paid traffic? If so this can easily be done with a good rotator such as ClickMagick.

    I'd also suggest making a 3rd page so that any other incoming traffic doesn't get redirected to nowhere and wasted. So the setup would be something like...

    LP/SP 1 - USA
    LP/SP 2 - Spain
    LP/SP 3 - Worldwide excluding USA and Spain.
    {{ DiscussionBoard.errors[10166711].message }}

Trending Topics