One Landing Page, Multiple Traffic Sources, Possible?
Have you thought about adding keywords, dynamically, on your landing page? Why do we even bother to do that? There are a few good reasons:
- improving Google AdWords quality score.
(Links & landing page.) - showing the exact keyword, that your visitor typed in, on your landing page. (More relevant, more targeted, higher conversions.)
- adding a tracking ID.
(So that you know EXACTLY which keyword converted into a sale.)
This little idea will surely help you to raise your conversion rates & know exactly which keywords are converting into sales for you, also you do not need to buy any software to get this done.
Here’s an example of a dynamic landing page: (Default)
http://www.theultimatepublishing.com/blog/landing-page-example.php
Here’s how keywords & tracking codes are added: (Dynamic)
http://www.theultimatepublishing.com/blog/landing-page-example.php
?fn=Samuel&kw=Poker%20Tips&id=000001
Now, you notice that I added a name, a keyword & a tracking ID:
- fn=Samuel (name)
- kw=Poker%20Tips (keyword)
- id=000001 (tracking ID)
(Note: & is for adding more dynamic fields, %20 is a space between keywords.)
Go back to the link, replace the name with your own name & replace the keyword with whatever keyword you want, put any tracking ID you want as well. When you click on the dynamic link with the fields, you just entered, you will see whatever you entered.
If you want to track each individual keyword, (which you should), go to your AdWords account, inside your ad groups, select all the keywords & click on “Edit Keyword Settings”, then add your individual tracking link in there.

Important Note: Do not enter your keywords, (those that you are bidding on), as it is, enter a unique tracking ID to represent each keyword. You must do this so that your merchant will not steal your keywords & use them to compete directly against you. Some of them will give away your highest converting keywords to their favorite affiliate. (Which is usually not you!)
You will notice that you did not see the tracking ID, because it was added to the invisible cookie, view source & you will see the tracking ID at the end of the affiliate link.
Here’s the code:
<?php
// variables from your tracking url
$fn = $_GET['fn'];
$kw = $_GET['kw'];
$id = $_GET['id'];
//
?>
<?php if (isset($_GET["fn"])) { $source=$_GET["fn"]; } else { $fn=”Friend”; } ?>
<?php if (isset($_GET["kw"])) { $source=$_GET["kw"]; } else { $kw=”this”; } ?>
<?php if (isset($_GET["id"])) { $source=$_GET["id"]; } else { $id=”000000″; } ?>Dear <?php echo $fn ?>,
<br>
Are you looking for <?php echo $kw ?>?
<br>
<a href=”http://1.sitngopro.pay.clickbank.net” rel=”no follow”>Click Here To Continue</a><img src=”http://cashfuel.sitngopro.hop.clickbank.net/?tid=<?php echo $id ?>” width=0 height=0>
You can simply copy it & add it into your webpages, just remember to…..
- add <?php echo $fn ?> to where you want the first name to appear.
- add <?php echo $kw ?> to where you want the keyword to appear.
- add <?php echo $id ?> to your affiliate link. (To cookie your tracking ID.)
- { $fn=”Friend”; }, replace “Friend” with the default keyword you want.
- { $kw=”this”; }, replace “this” with the default keyword you want.
- { $id=”000000″; }, replace “000000″ with the default tracking ID you want.
- replace the order link, product link & your affiliate link.
- add invisible cookie <img src=”affiliate link”> just before </body>.
- save the file as a PHP file, which means the extension ends with .php.
- you can add as many other fields as you want.
(But not too many, you might confuse yourself.)
I understand that PHP & HTML does not come naturally for most people, especially myself, so that was my attempt to explain a little further. It is clear that I have ZERO programming background so this is the best that I can explain.
May You Prosper & Be In Health,

P.S. Here's how you can have money-making blogs, quickly & easily.....
2 Responses to “One Landing Page, Multiple Traffic Sources, Possible?”
That is a great piece of FREE marketing information! Thank you so much!
Glad that you like my content. I would appreciate if you do not drop irrelevant links on my blog.
Leave a Comment or Ask a Question.....