New Posts
Welcome guest, is this your first visit?
  • Login:
BettingPartners.com - Exclusive Affiliate Network for Bodog
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
  1. #1
    Wannabe Balla
    My Status
     

    Add as a friend
    Join Date
    Mar 2009
    Location
    Ireland
    Posts
    2,203
    Blog Entries
    1
    Feedback Score
    26 (96%)

    Default How To Track Clicks Properly

    Say I have 5 call to actions on a page all of which link to go/pokersite. How can I track the number of clicks that each individual call to action received (or is this possible).
    PM me for:

    English/Chinese translation.
    PSD to WP/Custom WP Plugin Creation
    Swap MB for Paypal

  2. #2
    Senior Member
    Shouts To All My Lost Boys. We
    Rowdy
     

    Add as a friend
    Join Date
    Mar 2009
    Location
    Smallville
    Posts
    409
    Blog Entries
    3
    Feedback Score
    15 (100%)

    Default

    i think there is a feature in google analytics that shows hyperlinks that have been clicked.

    Other than that it would be a huge hassle, and if you used a specific script to track all of these, overtime it would be a huge server load.

    another way to do rig it is to use something like bit.ly to manage the link. you'd enter your affiliate link and then put the bit.ly into the redirect. when you type in a bit.ly link and a + attatched to the url, it shows the amount of clicks and some other info.

    you could setup each link as a serparate bit.ly link, but that could be alot of work. at the same time, it may be less work than other options, and there would be no effect on the size of your sites database.
    Current Favorite WP Theme « Clean, Ultra Flexible, & Easy To Administer

  3. #3
    Moderator
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Udon Thani, Thailand
    Posts
    1,825
    Blog Entries
    1
    Feedback Score
    8 (100%)

    Default

    Hey Ian hit me on IM and I'll help you out.
    Successful Affiliate - Updated 30th June, 2011.... guest post by Roger.

  4. #4
    Wannabe Balla
    My Status
     

    Add as a friend
    Join Date
    Mar 2009
    Location
    Ireland
    Posts
    2,203
    Blog Entries
    1
    Feedback Score
    26 (96%)

    Default

    Still looking for help with this. Will ship a link or two to anyone who can give me a beginners tutorial.
    PM me for:

    English/Chinese translation.
    PSD to WP/Custom WP Plugin Creation
    Swap MB for Paypal

  5. #5
    Formerly TPB
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Wales
    Posts
    666
    Feedback Score
    16 (100%)

    Default

    I've tried a handful of click tracking scripts and whilst they did work well, they cause a little bit more hassle than I would like as you need to send each click through a redirect. That's all well and good on small scale tracking, but on a larger scale it can get a bit trickier to manage, especially if you need to change all your aff links in the future and stuff like that. More to worry about basically.

    A big script like OpenX would probably be overkill for you as well and more effort than it's worth for simple tracking stuff.

    I'd just go down the GoogleAnalytics route of adding onClick="javascript: pageTracker._trackPageview('/go/pokerstars/');" to your a tags. So they will look like this:

    <a href="/visit/pokerstars/" onClick="javascript: pageTracker._trackPageview('/go/pokerstars/');" target="_blank">

    All you will need to do then is work out a logical structure for how the pageviews show up for link clicks in GA (that's just the javascript pageTracker bit) to help with reports and looking at the data. For two links on a PokerStars review page for example you might use the following:

    <a href="/visit/pokerstars/" onClick="javascript: pageTracker._trackPageview('/go/pokerstars/review-page/top-link/');" target="_blank">Top Link</a>

    <a href="/visit/pokerstars/" onClick="javascript: pageTracker._trackPageview('/go/pokerstars/review-page/bottom-link/');" target="_blank">Botton Link</a>

    Adding link tracking this way is really quite simple and it won't affect your affiliate links in any way, which makes life easier.

    This can only look confusing because of the javascript code you're copying and pasting, but if you don't let that scare you it's really an easy thing to add.

  6. #6
    :) life...
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    Florida
    Posts
    1,665
    Feedback Score
    20 (100%)

    Default

    Thank you GregW, I was wondering how to get tracking on each link.

    Now I have to go through 1k+ pages and fix all my links so I track them.

  7. #7
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    United States
    Posts
    225
    Feedback Score
    4 (100%)

    Default Re: How To Track Clicks Properly

    If you are in WP and using UltimateGA (or similar) for analytics reporting then you can configure it to track outbound links. Only works for wordpress content and not text built into templates

  8. #8
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    United States
    Posts
    225
    Feedback Score
    4 (100%)

    Default Re: How To Track Clicks Properly

    But I guess that doesn't really solve the OPs issue since it would tag all OB links the same.

  9. #9
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Jan 2009
    Location
    Northern Europe
    Posts
    882
    Blog Entries
    6
    Feedback Score
    3 (100%)

    Default

    The method GregW has described works well and is reasonably easy to implement, but anyone considering to use it on big site out to read this article first: Website Optimizer Tricks: Tracking Outbound Links -- The Right Way
    (the article is about Google Website Optimizer, but the exact same thing happens with Google Analytics, and the solution is the same)

    The article describes how that method of tracking can be inaccurate, as well as how it can be improved.

    I don't think there are anything wrong with using the code Greg posted, and I use code that has a very similar "problems" on my sites, and to my knowledge it hasn't caused me any problems. I just think it is important to consider the potential inaccuracy before you implement it on your site, since it would be really annoying to have to go back and change it later.
    My blog www.unknownwebmaster.com | New posts on Poker affiliate blogs | Webmaster tools I use every day.

  10. #10
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Jan 2009
    Location
    USA
    Posts
    1,269
    Feedback Score
    1 (100%)

    Default

    However, Google Analytics under-reports data so if you're trying to audit click-throughs I would not advise relying on Google tools.

    Some people use 301-redirects and then cull the click data from their raw server logs. None of the Javascript-methods are reliable enough for auditing purposes (Javascript doesn't always execute, especially when it's remotely hosted).
    Free advice and opinions are provided without any warranties or guarantees. I cannot do anything about the facts.


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. DoylesRoom.com on Track for Tremendous Growth in 2010
    By ACR rep in forum Casino Affiliate Forum
    Replies: 1
    Last Post: 01-28-2010, 08:22 AM
  2. How to Properly Spite an Enemy
    By PTC in forum PAL Coffee Shop
    Replies: 6
    Last Post: 10-28-2009, 09:09 AM
  3. Can I as an affiliate track myself for the rooms I want to play?
    By Strider1973 in forum New Affiliate Questions & Answers
    Replies: 3
    Last Post: 08-10-2009, 09:40 PM
  4. Do these codes track affiliates/override?
    By KevinMcC in forum General Poker Affiliate Forum
    Replies: 6
    Last Post: 04-20-2009, 11:05 AM
  5. Best way to keep track of site being scraped?
    By MJ in forum General Poker Affiliate Forum
    Replies: 3
    Last Post: 04-04-2009, 04:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Powered by vBulletin® Version 4.1.5
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0
Affiliate Program Consultant