Clickbank Multiple Landing Pages (Merchants)?

3 replies
Hello everyone!

This is my first post, and I've heard great things about Warrior Forums.

I'm curious how some merchants offer multiple landing pages.

They'll provide affiliates with links such as:

yourid.merchantid.hop.clickbank.n3t?lp=ChickenCoop &tid=ooooo
yourid.merchantid.hop.clickbank.n3t?lp=ChickenHous e&tid=ooooo

Those are examples of course, but the first one will go to a page about Chicken Coops, and the other will use the wording "Chicken House."

Usually it'll end up like:

website.c0m/chickencoop.php
website.c0m/chickenhouse.php

My guess is this isn't in Clickbank.

Merchant has some standard:

website.com/hoplinkcomeshere.php

And then "hoplinkcomeshere.php" will somehow read the ?lp= part and redirect the page.

Please help! I'd love to do this for my affiliates.

Thank you.

Jonathan Bass
#clickbank #landing #merchants #multiple #pages
  • Profile picture of the author Jonathan_Bass
    Update: The merchant uses php to "read" the ?lp= part of a hop link and then send to a targeted landing page.

    Can someone point me in the right direction for what I need to learn? Maybe "strings" ?

    Thank you.
    {{ DiscussionBoard.errors[747043].message }}
    • Profile picture of the author Brandon Tanner
      Jonathan,

      There are 3rd party CB products that can do this. EasyClickMate is one that comes to mind.

      Alternately, you could just open an extra account at CB (even for the same product). It's only @ $30 for subsequent accounts.
      Signature

      {{ DiscussionBoard.errors[748055].message }}
      • Profile picture of the author Deek
        how familiar are you with programming?

        you're correct in your assumption that a script is reading the "?lp=XXXXXX" part of the web address... from there it most likely looks at a database of variables and sends to whatever site the variable is associated with.... or you can use a script like that to create dynamic content...

        it would look something like this...

        http://blah.com/index.php?lp=four

        and the php will look like

        $variable = $_GET['lp'];

        this will assign four as the value of $variable

        from there it depends on what action you want associated......
        {{ DiscussionBoard.errors[748106].message }}

Trending Topics