Log in

View Full Version : Help with Google Ads



decoy
02-21-2007, 03:29 AM
Hey I'm using google adsense on my site like im sure most people do these days, but I was wondering if there was a way to make it so when the page uploads it automatically clicks on of the google ads? If you get what I mean, like in a invisible pop up or something, thanks.

thetestingsite
02-21-2007, 03:46 AM
I could understand why you want to do that, but WHY would you want to do that?

decoy
02-21-2007, 04:00 AM
To try and earn some more revenue for the site, to get more money for prizes etc, at the moment the sites getting 50 cents a day

codeexploiter
02-21-2007, 04:13 AM
Are you looking for something like creating an effect of clicking on the Google Ad using some script while loading the page?

I don't think it is not possible to imitate a click event on any particular item using any script.

decoy
02-21-2007, 04:30 AM
or even open up 1 of the links automatically, i just want the ads clicked more without waiting for people to click by accident

codeexploiter
02-21-2007, 04:32 AM
I don't know much about the way google ad works.

If you want to open the link of the google ad in a new window using JavaScript but I don't know whether it give you the revenue you are looking for.

decoy
02-21-2007, 04:35 AM
Ok, I'd be happy with a few dollars a day seriously, so I can do competitions quicker, so is that possible with java script then?

codeexploiter
02-21-2007, 04:38 AM
Check this page (http://www.pageresource.com/jscript/jwinopen.htm) where you can learn opening a new window using JavaScript

decoy
02-21-2007, 04:45 AM
Thanks, i can't see anything on there about an auto click, i'll have to google it or something, or if i put the google ad url in the window will it open the link?

codeexploiter
02-21-2007, 05:02 AM
You'll directly put that window.open() inside your <script> tags which will automatically create a new window when the page loads.

Or

You can have a function to open a new window and call that function in the onload event of your web page's <body>

jscheuer1
02-21-2007, 05:23 AM
This sounds like it must be a violation of adsense policy and therefore a violation of this forum's policy.

ddadmin
02-21-2007, 05:42 AM
Decoy:
What you're talking about directly violates Google Adsense's TOS, which prohibits any kind of click inflating. That constitutes fraud actually, and at the very least your account will be banned by Google.

Please do not post questions regarding how to circumvent the usage terms of any service/ site.