Tracking CB with Adwords

Discussion in 'ClickBank' started by yebel89@gmail.com, Jun 25, 2008.

  1. #1
    Can someone please explain to me how to track PPC campaigns that are focused on getting Clickbank sales?
     
    yebel89@gmail.com, Jun 25, 2008 IP
  2. WilsonA

    WilsonA Active Member

    Messages:
    847
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Why don't use just use the tid clickbank give, you can get it by entering a tracking code
    whenever you are trying to get your affiliate link for a product
     
    WilsonA, Jun 25, 2008 IP
  3. yebel89@gmail.com

    yebel89@gmail.com Active Member

    Messages:
    767
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    73
    #3
    Please explain
     
    yebel89@gmail.com, Jun 25, 2008 IP
  4. jj407

    jj407 Peon

    Messages:
    165
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    simply add a tid key:
    ?tid=ad1
    to the end of your hoplink, and then you can see that info in your clickbank analytics and be able to tell which ads are performing
     
    jj407, Jun 25, 2008 IP
  5. bl4ckmaN^

    bl4ckmaN^ Well-Known Member

    Messages:
    4,641
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    165
    #5
    If you are using direct linking, then simply make a specific url for each keyword or group of similar keywords, and add a tracking ID as jj407 said, to your Clickbank hoplink.

    Or you can create a different adgroups, and add specific destination url for each adgroup.

    However, if you are using your own landing page, then I think you will need to use Google Analytics.
     
    bl4ckmaN^, Jun 26, 2008 IP
  6. KingJim

    KingJim Peon

    Messages:
    120
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    This is how you can track sales. Is there a way to track clicks for a direct linking campaign? (i.e. without a website)

    KJ
     
    KingJim, Sep 25, 2008 IP
  7. Ripped

    Ripped Well-Known Member

    Messages:
    2,151
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    165
    #7
    If you direct link, then just add an tid for each separate ad, if you're using a landing page, use this simple PHP code on your landing page to track your clicks.

    This goes at the top:

    <?php
    
    $seedvar=$_GET['id'];
    
    ?>
    PHP:
    After that, in the landing page HTML code, when you're gonna place hyperlinks use the following code:

    <a href="http://clickbankid.cbproduct.hop.clickbank.net/?tid=<?php echo $seedvar;?>">Product Name </a>


    In order to track your keywords, you're gonna add ?id=keywordnumber after the link to your landing page. You're gonna put a different number for every different keyword
    For Example:

    Keyword #1 - How to play football (redirects to)
    http://www.yourpage.com/index.php[B]?id=1[/B]
    When you do this, 1 should appear as the tracking number.

    Keyword #2 - Best way to play football (redirects to)
    http://www.yourpage.com/index.php[B]?id=2[/B]


    Keyword #3 - Where to play football (redirects to)
    http://www.yourpage.com/index.php[B]?id=3[/B]

    etc.

    Save and Close the file, upload it to your server as index.php, and try it out.
     
    Ripped, Sep 25, 2008 IP