Webmaster Forum

Sponsored Reviews   Keyword Research Tool   V7N Directory
Go Back   Webmaster Forum > Marketing Forums > Webmaster Revenue > Contextual Networks
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Contextual Networks AdSense, YPN and other contextual ad network forum.

Reply
 
LinkBack Thread Tools Display Modes
Old 04-08-2006, 07:18 AM   #1 (permalink)
Inactive
 
reteep's Avatar
 
Join Date: 03-20-06
Location: Germany
Posts: 526
iTrader: 0 / 0%
reteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to all
Send a message via ICQ to reteep
Question Track the clicks on AdSense Ads

Is there a tool available for that or is it possible with Google Analytics?

Something that shows on which site the Ad has been clicked, when and how often.

Anyone knows?
reteep is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 04-08-2006, 07:37 AM   #2 (permalink)
Inactive
 
Mong's Avatar
 
Join Date: 03-02-06
Location: floating on the C
Posts: 793
iTrader: 0 / 0%
Latest Blog:
None

Mong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of light
Put this code near footer
Code:
<script type="text/javascript"> function adclick() { if(window.status.indexOf('go to') == 0) { urchinTracker ('/aclick'); } } var elements; if(document.getElementsByTagName) { elements = document.body.getElementsByTagName("IFRAME"); } else if (document.body.all) { elements = document.body.all.tags("IFRAME"); } else { elements = Array(); } for(var i = 0; i < elements.length; i++) { if(elements[i].src.indexOf('googlesyndication.com') > -1) { elements[i].onfocus = adclick; } } </script>
And then set www.yoursite.com/aclick as goal in analytics.
It will track approx adsense clicks
Mong is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-09-2006, 01:57 AM   #3 (permalink)
Inactive
 
Join Date: 03-29-06
Posts: 17
iTrader: 0 / 0%
Latest Blog:
None

cowren is liked by many
cool code

if you know how to code PHP or perl etc., you can also record where does the click go like this

==================================================
original
function adclick() {
if(window.status.indexOf('go to') == 0) {
urchinTracker ('/aclick');
}
}
==================================================
modified
function adclick() {
if(window.status.indexOf('go to') == 0) {
var beacon_image = new Image;
beacon_image.src = "http://www.yourdomain.com/adrecord.php?record=" + window.status;
}
}
==================================================

where adrecord.php is the page with "record" passing as parameter and you can do some processing also.

btw, :p, you can add some timestamp and whatever to your analysis

cowren
cowren is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-24-2007, 08:00 PM   #4 (permalink)
Contributing Member
 
skyBlue's Avatar
 
Join Date: 03-18-06
Posts: 64
iTrader: 0 / 0%
Latest Blog:
None

skyBlue is liked by many
Send a message via MSN to skyBlue
I tried to make it by setting adsense link as analytics goal, but without success. Maybe the best way is to use some of ref scripts from above ^^
__________________
Funny Videos - Funatico.com
Web Development - skyBlue WebTeam
skyBlue is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-08-2007, 06:16 AM   #5 (permalink)
Junior Member
 
derek883's Avatar
 
Join Date: 11-04-07
Posts: 12
iTrader: 0 / 0%
Latest Blog:
None

derek883 is liked by many
you can use this one

http://www.seobook.com/archives/001370.shtml

it works great and it's free
derek883 is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-12-2007, 09:17 PM   #6 (permalink)
Contributing Member
 
swapw's Avatar
 
Join Date: 05-21-07
Location: CA, US
Posts: 566
iTrader: 0 / 0%
swapw is a jewel in the roughswapw is a jewel in the roughswapw is a jewel in the roughswapw is a jewel in the roughswapw is a jewel in the roughswapw is a jewel in the roughswapw is a jewel in the rough
Quote:
Originally Posted by derek883 View Post
you can use this one

http://www.seobook.com/archives/001370.shtml

it works great and it's free
Interesting reference, thanks for the tip! I have found it to be quite useful.


-Swapw
__________________
Naruto Episodes l Naruto MP3
swapw is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-30-2007, 09:41 PM   #7 (permalink)
Contributing Member
 
Comenius's Avatar
 
Join Date: 04-02-07
Location: San Francisco
Posts: 248
iTrader: 0 / 0%
Comenius is liked by somebodyComenius is liked by somebodyComenius is liked by somebodyComenius is liked by somebodyComenius is liked by somebody
Handy link. I might just try to see if I can get this to work.
Comenius is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-20-2007, 03:23 AM   #8 (permalink)
Contributing Member
 
Luckyman's Avatar
 
Join Date: 02-11-07
Location: http://www.dairyforall.com
Posts: 630
iTrader: 0 / 0%
Luckyman is liked by somebodyLuckyman is liked by somebodyLuckyman is liked by somebody
Hai! There is another tool called adlogger available to track the adsense click in your site. For that you have to sign up with them and attach the code along with the adsense code and then upload them to the server. You will be getting mails daily from the admin, adlogger about the daily clicks report.
------------------------------------------------------------------------
Feel free to green rep me if I have definitely contributed to your knowledge.
Luckyman is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-20-2007, 06:25 AM   #9 (permalink)
Contributing Member
 
Join Date: 12-15-07
Posts: 113
iTrader: 0 / 0%
Latest Blog:
None

for_si2003 is liked by many
Very useful Resource, I was looking for this for a long time.
for_si2003 is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > Webmaster Revenue > Contextual Networks

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
44 Adsense clicks $1.38 John Scott Contextual Networks 73 03-03-2008 11:12 AM
Track AdSense Clicks in Google CSE? oddcomments Coding Forum 1 02-22-2008 03:06 PM
* Track clicks on link Madge_T Coding Forum 1 02-12-2007 09:37 AM
Track Google AdSense Clicks Alexandro Contextual Networks 4 10-09-2006 11:25 AM
Adsense clicks! andrewp Contextual Networks 28 08-16-2006 02:31 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 11:39 PM.
© Copyright 2008 V7 Inc


Search Engine Optimization by vBSEO 3.1.0 ©2007, Crawlability, Inc.