Adsnese Tracking

Discussion in 'Reporting & Stats' started by szynka, Apr 2, 2005.

  1. #1
    Hello,

    What i'm about to do is open source code for tracking Adsense.

    If you are programer in any language, please write some code, then share :)
    If you are adsense user please post your ideas.

    I read post where guy made tracker that pinged his weblogs with java script.
    His name is martingale:

    and heres part of one of his posts:

    <!-- adsense tracker -->
    <script language="JavaScript" type="Text/Javascript"><!--
    function asLog() {
    if (window.status.indexOf('go to') == 0)
    {
    bug = new Image();
    bug.src = '/tracker/as_tracker.gif?ref=' + document.referrer + '&loc=' + document.location + '&url=' + window.status.substring(5);
    }
    }
    var elements;
    elements = document.getElementsByTagName("iframe");
    for (var i = 0; i < elements.length; i++) {
    if(elements.src.indexOf('googlesyndication.com') > -1)
    {
    elements.onfocus = asLog;
    }
    }
    // --></script>

    from here

    And how one can track how many times some one just pointed mouse coursor on adsense?






    .

     
    szynka, Apr 2, 2005 IP
  2. szynka

    szynka Peon

    Messages:
    68
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hey anyone used it? Sofar? I'll bmake my site more popular and test it. please if you have adsense tracking code (open source post it):

    Maybe some options:
    1) CTR on adsense
    2) How many times people returned to site with back button after they clicked adsense
    3)Google sucks
    4)What keyword searched and CTR on adsense
    5)Time spent before they clicked
    6)Mouse how many times someone pointed mous on adsense
    7) Make it better.
     
    szynka, Apr 16, 2005 IP
  3. sadcox66

    sadcox66 Spirit Walker

    Messages:
    496
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #3
    On the thread I heard it does not work on all web browsers and there are many tricks to make it work well. I do not know enough javascript to provide anything useful.
     
    sadcox66, Apr 18, 2005 IP
  4. szynka

    szynka Peon

    Messages:
    68
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yeah, i read about that it doesnt work on some browsers, its bad since firefox, is day by day more popular and i use k-meleon myself,

    I looked at some copy letter with fuctions i mentioned but guy offered script for 9.99 or 99.9 with only money back guarantee, some trial ride woul be better.

    Still looking for good GPL adsense statistic script
     
    szynka, Apr 20, 2005 IP