how to track which keyword is converting with ppc (adwords $200 budget)

Discussion in 'ClickBank' started by bawejaan, Jul 24, 2009.

  1. #1
    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
     
    bawejaan, Jul 24, 2009 IP
  2. Ripped

    Ripped Well-Known Member

    Messages:
    2,151
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    165
    #2
    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.
     
    Ripped, Jul 24, 2009 IP
  3. bawejaan

    bawejaan Peon

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
     
    bawejaan, Jul 24, 2009 IP
  4. JoinStation

    JoinStation Peon

    Messages:
    282
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Well, my friends have this doubt before, but seems do not get definite answer yet.
     
    JoinStation, Jul 25, 2009 IP
  5. greswt

    greswt Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    interesting method with diff. links per kw
     
    greswt, Jan 20, 2010 IP