damn, what should i do? (clicked my ad)

Discussion in 'Guidelines / Compliance' started by Lorelei, Jan 11, 2007.

  1. #1
    2 weeks ago i clicked on my own ad, by mistake. emailed google, they sorted it.
    1 week ago, same story, emailed them and they sorted it.

    and now...AGAIN!

    problem is, the ads are on my forum displayed close to the menu, so it's easy to click.

    i pressed the stop button right away but i think it started loading already. should i email them again? i have adssense for 1,5 years, never did it before, wont they ban me if i tell them that i did it again?

    i really need a quick response, thanks...
     
    Lorelei, Jan 11, 2007 IP
  2. Crazy_Rob

    Crazy_Rob I seen't it!

    Messages:
    13,157
    Likes Received:
    1,366
    Best Answers:
    0
    Trophy Points:
    360
    #2
    MOve the ads.
     
    Crazy_Rob, Jan 11, 2007 IP
  3. JeffC

    JeffC Well-Known Member

    Messages:
    1,288
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    165
    #3
    lol good thinkin
     
    JeffC, Jan 11, 2007 IP
  4. Lorelei

    Lorelei Notable Member

    Messages:
    1,789
    Likes Received:
    166
    Best Answers:
    0
    Trophy Points:
    205
    #4
    well, i might conside it, but what should i do now, should i email them?
     
    Lorelei, Jan 11, 2007 IP
  5. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Why don't you code something into the forum so the ads don't appear for your IP address?

    Then email google explaining that you have taken measures to stop it happening again. I'm sure they have better things to do than keep sorting this out every few days.
     
    mad4, Jan 11, 2007 IP
  6. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #6
    why don't you just filter the ads based on your own IP not to display?
    It takes literally 30 seconds to code it. 2 minutes to search for it if you dont know how to code. For cryin' out loud... *ugh*
     
    an0n, Jan 11, 2007 IP
  7. PoohBear88

    PoohBear88 Active Member

    Messages:
    904
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    85
  8. Northie

    Northie Peon

    Messages:
    80
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Go with the IP idea.

    for php:
    if($_SERVER['REMOTE_ADDR'] == "your.ip.addr.here") {
    $ads = "";
    } else {
    $ads = $ad_block;
    }

    then use
    <?= $ads ?>
    where you want the ads


    In fact, I use IP detection as well as click logging in an effort to drive down invalid clicks on my sites - if someone clicks on the same ad block 4 times in the same day - i stop showing ads on that page to that IP for the rest of the day.

    If it's one of my members (so it may be their code) I stop showing ads on that whole site, for that day, to that IP
     
    Northie, Jan 11, 2007 IP
  9. FireStorM

    FireStorM Well-Known Member

    Messages:
    2,579
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    175
    #9
    Can you please share this code , i would like to prevent people clicking more than 4 times also . :)
     
    FireStorM, Jan 11, 2007 IP
  10. leandar

    leandar Well-Known Member

    Messages:
    3,929
    Likes Received:
    108
    Best Answers:
    0
    Trophy Points:
    170
    #10
    where shuld i put this code at my site? is there any asp code?
     
    leandar, Jan 11, 2007 IP
  11. lkj

    lkj Peon

    Messages:
    729
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #11
    it was a PHP example code....

    and not sure if you can count at all how many times the user clicks on the google ads ...
     
    lkj, Jan 11, 2007 IP
  12. Northie

    Northie Peon

    Messages:
    80
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Sorry, no - some of it I paid for (posting that here would infringe copyright laws), and the rest of it is proprietary and is protected by company secrets clauses

    Buy adsense tracker by Jonathon Leger - then I'll walk you through the additional concepts that need to be added.
     
    Northie, Jan 12, 2007 IP
  13. JamesColin

    JamesColin Prominent Member

    Messages:
    7,874
    Likes Received:
    164
    Best Answers:
    1
    Trophy Points:
    395
    Digital Goods:
    1
    #13
    JamesColin, Jan 12, 2007 IP
  14. Northie

    Northie Peon

    Messages:
    80
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #14
    cool, too late for me - but may have a good look at it if i get the time!
     
    Northie, Jan 12, 2007 IP
  15. chris20492002

    chris20492002 Guest

    Messages:
    1,136
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #15
    ^ yep I would also recomend adlogger just set it up to not display ads to your ip.

    {EDIT}

    just saw you got it sorted.
     
    chris20492002, Jan 14, 2007 IP
  16. Chios

    Chios Well-Known Member

    Messages:
    1,740
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    195
    #16
    Once I did click on my ads and I immediatelly emailed them, and the response was

    I think if you click once or twice they know you did a mistake and don't count the clicks without telling you anything (automated), but if you start doing it more and more then the algorithm will notify them and then probably you are in trouble.
     
    Chios, Jan 14, 2007 IP
  17. chamatkaribaba

    chamatkaribaba Peon

    Messages:
    75
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Do not worry much but never click again. They understand that it may happen sometime.But, if u do regularly, then, u can easily be banned.
     
    chamatkaribaba, Jan 14, 2007 IP
  18. chris20492002

    chris20492002 Guest

    Messages:
    1,136
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #18
    just after reading the topic again I wanted to answer it with

    "click it again"
     
    chris20492002, Jan 15, 2007 IP