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:

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:

(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…..

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?”

Over Googled Says:


That is a great piece of FREE marketing information! Thank you so much!

Samuel Says:


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.....



Copyright ©
www.TheUltimatePublishing.com/Blog