Forum Moderators: martinibuster

Message Too Old, No Replies

ARG! Friend clicked my ads from here!

A friend spending the night, clicked my ads on my forum!

         

yirmumah

7:48 pm on May 15, 2005 (gmt 0)

10+ Year Member



So I get up today and noticed in my stats that I had a spike in forum ad hits, which was odd, because they forum ads werent much on CTR---- and i realized my friend was on my computer last night while I was sleeping--

I asked him if he clicked the ads and he said yeah-- he clicked "a few of them" --I thougth I had told him NOT TO CLICK ON ADS ON MY SITE! -- I know I did. but he said he forgot---

I immediately just now e-mailed google to let them know that any hits coming from here be deleted.

I hope they have a recording system that would show an abnormal performance like that.

I swear to god if I get kicked out of the program, I am going to strangle my friend. I make VERY little money from Adsense as it is, but have built up a couple hundred bucks I dont want to lose.

Swebbie

7:56 pm on May 15, 2005 (gmt 0)

10+ Year Member



I swear to god if I get kicked out of the program, I am going to strangle my friend.

We'll get you a good lawyer and all be character witnesses for you. If there is such a thing as "justifiable homicide," this is CLEARLY a prime example! We're with ya!

bobothecat

8:05 pm on May 15, 2005 (gmt 0)



Do a search for "Friend clicked my ads" ... you'll find a 1001 other topics/disscussions that cover the same question.

No need to re-hash this subject every-other-day... :(

bobothecat

8:36 pm on May 15, 2005 (gmt 0)



I make VERY little money from Adsense as it is, but have built up a couple hundred bucks I dont want to lose.

Great oxymoron ...

jetteroheller

8:37 pm on May 15, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



My doughters become older and will soon have their own notebooks.

Any good AdSense blocker software to install on their notebooks?

Maybe an AdSense filter filtering out all the ads with my publisher id?

doublespeak

8:56 pm on May 15, 2005 (gmt 0)

10+ Year Member



if you use firefox, the adblock extension will kill adsense ads.

conroy

8:58 pm on May 15, 2005 (gmt 0)

10+ Year Member



Do your daughters know your websites? You can just set up some software on their computers to block your URLs.

mack

8:59 pm on May 15, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Norton internet security will also block them.

Mack.

yirmumah

10:43 pm on May 15, 2005 (gmt 0)

10+ Year Member



Yeah, I've read the other threads here on this, thats how I knew to get it on record fast with Google.... I was just posting my frustrationw ith this topic... heh.

I installed that Firefox extension and it works great. Thanks folks.

The Contractor

10:44 pm on May 15, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Or you can open your hosts file in Windows and just add:
127.0.0.1 pagead2.googlesyndication.com

StephenBauer

10:47 pm on May 15, 2005 (gmt 0)

10+ Year Member



Contractor is dead on. You can use that "hosts" file technique for your site too if it is something you don't want them to see (i.e. especially pr0n).

dr_rizwan

10:52 pm on May 15, 2005 (gmt 0)

10+ Year Member



Hi
Today accidentally I click AdSens add from my own computer. This mistake was done because that adds was my own add (alternate add) and there were no mark that it is a google add. I know that it was an alternate add like public service add and will not pay me for this click.
Now please give me suggestion may I inform google about this mistake or leave it now?

jomaxx

10:59 pm on May 15, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you're saying it was your own alternate ad, Google don't know or care about those clicks. If it was a PSA, I'm sure Google doesn't look at those either. Why would they?

dr_rizwan

11:07 pm on May 15, 2005 (gmt 0)

10+ Year Member



Hi jomaxx

thank for comments.

It was not PSA. It was an alternate add (new feature of google). It was my own add and after click open my own page.

MrAnchovy

11:47 pm on May 15, 2005 (gmt 0)

10+ Year Member



Installing the mentioned software, editing the HOSTS file, etc works well for boxes that you control.
Here's another one of many ways to block AdSense from boxes that you don't control (ie. a friend's computer) via cookies.

Instruct those who you want to block AdSense from to the following page:
<html>
<head>
<script language="javascript">
<!--
document.cookie = 'BlockAdsense=yes; expires=31-DEC-2023 00:00:00 GMT; path=/'
//-->
</script>
</head>
<body>
Thanks... you're great!
</body>
</html>

On pages with AdSense (via PHP in this example)

<?
if ($BlockAdSense == "yes") {
echo "Why not have your cake and eat it too - it's cake, what else are you going to do with it?";
} else {
echo "<!-- AdSense code here -->";
}
?>

dutch_dude

3:23 am on May 16, 2005 (gmt 0)

10+ Year Member



Clicks on alternate ads don't even reach Google. So no need to inform them :-)