HI folks, I have $200 that i want to invest in ppc (adwords) to see that whether i'll make some profits. Can someone tell me how i can track which keyword is converting into sales. i know you can see number of clicks in front of every keyword but how would i confirm that a click from particular keyword has made me a sale
One way to do it, is to tell the vendor to put the conversion code on his thank you page. If that isn't possible than you can do it the following way. You would need to use this simple PHP code. The following goes at the top of the index.php for your website(landing page) <?php $seedvar=$_GET['id']; ?> PHP: After you put this code at the top of the index.php do the following for each hyperlink: <a href="http://clickbanid.cbproduct.hop.clickbank.net/?tid=<?php echo $seedvar;?>">Product Name </a> PHP: assign each keyword with a number, and redirect to your landing page using the appopriate number in the following manner Keyword #1 - How to play football (redirects to) http://www.yourpage.com/index.php?id=1 Keyword #2 - Best way to play football (redirects to) http://www.yourpage.com/index.php?id=2 Keyword #3 - Where to play football (redirects to) http://www.yourpage.com/index.php?id=3 by doing this, the hops will be tracked in your CB account, and you can see which keyword converts the best, each keyword will be a separate number in your clickbank account. so if you're getting sales from the TID 1 , it means the keyword 'how to play football' is converting .. etc. etc.
thanks this seems to be the perfect answer if u have a landing page and i want to know how to track the keyword in ppc adwords which redirects directly to vendors landing page