This is a discussion on "Check if user has clicked an adwords ad." within the JavaScript Forum section. This forum, and the thread "Check if user has clicked an adwords ad. are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Check if user has clicked an adwords ad.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Check if user has clicked an adsense ad.
I want to be able to open a new window when somebody clicks one of my adsense ads.
Any ideas on how to do this? I've tried adding different onClick and onFocus properties but none of them work! Thanks. Last edited by Kimochi; Mar 3rd, 2007 at 14:24. |
|
|
|
|||
|
Re: Check if user has clicked an adwords ad.
The original window will still go to the ad, I just want a popup saying "thanks for visiting!..." to open when somebody clicks an ad. I'm not modifying the functionality of it at all.
|
|
||||
|
Re: Check if user has clicked an adwords ad.
That's exactly what you're doing. Do not modify anything regarding the ad, the action of clicking it, its look, or how it works. You need to understand that Google will do anything to avoid giving you money; they have a team to scrutinize payees. Such a script will void the Terms and Conditions immediately. Feel free to do what you want, but don't expect a paycheck.
|
|
||||
|
Re: Check if user has clicked an adwords ad.
I know it can be done. You'll just need to get down and dirty with a lot of Javascript and you'll need to understand how Goole displays the ads inside out.
Having said that... 1. This would not be legal. 2. The last thing I want as a user is a stupid little message saying thanks. Just shut the hell up and show me the link I clicked on. I don't care how thankfull you are. PS.: Alternatively, you can add some code to the onunload window event.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Tags |
| adsense, clicked |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Google adwords and keywords ect | littlebilly | Search Engine Optimization (SEO) | 3 | Aug 31st, 2007 15:26 |
| simple check if user exists | mlecho | PHP Forum | 3 | Aug 28th, 2007 15:48 |
| call check if user function exist | csun | PHP Forum | 2 | Jul 17th, 2007 06:14 |
| Check User | Amari | Classic ASP | 10 | Dec 20th, 2004 02:29 |