My name is Dave Koehler. Married 3 years to Anna and We have 3 amazing kids. I lost my job as a boring sales rep for a escrow company a few months back. But here is my story on how I make $15,000+ a month by simply selling other peoples products online. Read my story to learn how I did it and how you can do the same. |
View The Sample Code Below.. More Info
What Does The Code Look Like? Your link, "Click Here to buy my product" looks like this in your HTML
You'll need your links to have the <?php echo $_GET['sjid']; ?> like this so that the keyword value will populate correctly like the sample below: http://statjunky.comblue.hop.clickbank.net?tid=SJ003452 You can test that this is working by changing the value after the sjid= in this browser and reloading the page. This value will change in the page showing you that it's able to dynamically pass the keyword value. |
Want to Use a Second Jump Page? See How.. More Info
Pass the Keyword Value to a Second Page Some people have this scenario: Google > Landing Page > Second Landing Page > Affiliate Product That's very easy. Let's call the pages landing.php and landing_second_page.php Use the Landing Page Setup to create your landing_second_page.php page. This will be the page with your affiliate links in it. Then on your landing.php page simply link to your landing_second_page.php page and put this on the end: www.mysite.com/landing_second_page.php?sjid=<?php echo $_GET['sjid']; ?> Copy this part exactly. Do not modify it.
That will pass your keyword value into your Second Landing Page where you have your affiliate links. Here's a working example using our sample landing page. Imagine that you just clicked your PPC ad. You would pass the SJxxxxx ID to your landing page. Now on our landing page, we'll have links to our landing_second_page.php like this example below so that it passes the SJxxxxx value.
You'll notice that the SJxxxxx value in our link below will change depending on what you have in the URL above. If you change that value, then it changes in the links. /samples/landing_second_page.php?sjid=SJ003452 Click that link above, and see the rest of the example. |