![]() |
|
|
|
||||||||||
![]() |
|
|
Thread Tools |
|
#21
|
||||
|
||||
|
I haven't tested it myself, but this would probably work (same code for both AdSense and YPN)...
Let me know if it works (once someone tries it). javascript Code:
__________________
- Shawn Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends. |
|
#22
|
||||
|
||||
|
Thanks Shawn, I really appreciate it. I will give it a try and post the results.
Gee, why is DP my favorite forum? |
|
#23
|
|||
|
|||
|
Seobook has published a similar code at http://www.seobook.com/archives/001370.shtml which is supossed to work with Firefox.
I'm not like working on my sites right now, so if someone tries it it would be nice to hear how it worked. |
|
#24
|
|||
|
|||
|
shawn, do you have any idea how to track chitika clicks with analytics?
|
|
#25
|
||||
|
||||
|
No idea... never looked at Chitika.
__________________
- Shawn Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends. |
|
#26
|
||||
|
||||
|
YES!! Shawn did it again. Works with YPN
|
|
#27
|
|||
|
|||
|
Quote:
Though I may have installed it wrong or am reading the wrong page I dunno |
|
#28
|
|||
|
|||
|
Shawn,
FYI I've noticed that my friend Googlebot is starting to do some interesting things with this code. Given a random page on my site http://example.com/foo/ Googlebot sees a link to http://example.com/foo/googlesyndication.com. I'm not sure if there is actually any harm with this, but Googlebot is getting loads of 404's from my sites that are running this code. |
|
#29
|
||||
|
||||
|
Quote:
This code is still in testing, but if anybody else wants to test it, then feel free. Add this Code:
function chitika_click()
{
if(window.status.indexOf('go to') == 0)
{
urchinTracker ('/ChitikaClick');
}
}
Code:
for(var i = 0; i < elements.length; i++)
{
if(elements[i].src.indexOf('googlesyndication.com') > -1)
{
elements[i].onfocus = adsense_click;
}
else if (elements[i].src.indexOf('mm.chitika.net') > -1)
{
elements[i].onfocus = chitika_click;
}
}
Last edited by randymorin; Dec 14th 2005 at 3:41 pm. Reason: post merge |
|
#30
|
||||
|
||||
|
In my code immediately above, I think the first snippet should be...
Code:
function chitika_click()
{
if(window.status.indexOf('More Info') == 0)
{
urchinTracker ('/ChitikaClick');
}
}
|
|
#31
|
||||
|
||||
|
Update, it worked!
|
|
#32
|
||||
|
||||
|
Shawn - Thanks for this wonderful script.
I have modified it a little to include clicks on "Advertise on this site" "Ads by Google", Chitika and YPN ads. http://labnol.blogspot.com/2005/12/v...n-adsense.html The above script tracks clicks on Google Ad Units and Adlinks separately. TODO: Write a script for firefox based on Aaron's script.
__________________
AdSense Sandbox |
|
#33
|
||||
|
||||
|
Thanks for the update. Be sure to post if you get the script to work with firefox.
|
|
#34
|
||||
|
||||
|
How can you avoid the tracking of clicks in Adlinks? The problem I see is you don't know if the user will finally click in the ad (second click) and the script counts all the first clicks in Adlink Units.
|
|
#35
|
|||
|
|||
|
Little late to the game. So what's the best way to track ad units like adlinks in google analytics?
I'm using the seobook script but don't think it provides ad unit data... |
|
#36
|
||||
|
||||
|
Quote:
http://labnol.blogspot.com/2005/12/v...n-adsense.html
__________________
AdSense Sandbox |
|
#37
|
|||
|
|||
|
Thanks for the reply ....so does this work with Firefox?
|
|
#38
|
||||
|
||||
|
Thanks for the code guys, and sorry to bump up the old thread but I think it is still relevant, no point in starting a new topic on this subject.
For me my analytics is reporting more chitika clicks than chitika says I receive, anyone know why? |
|
#39
|
||||
|
||||
|
Hi there!
Beginning the 23rd of February, my Goal %'s are way down, however, actual click throughs are the same. Has anyone else noticed this? Again, the number in the G1 or G2 is way off, but clicks on ads are the same. Thanks for any input. Kind regards, Dave Jackson |
|
#40
|
|||
|
|||
|
Yes, I can report seeing the same thing. Around Feb 23 goal tracking went to zero.
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| clicks on ads vs. adsense registered clicks | ghacks | Reporting & Stats | 17 | Feb 6th 2007 7:20 pm |
| Google Analytics - What's in it for them? | stephenmunday | Google Analytics | 9 | Oct 9th 2006 11:57 pm |
| Anyone figure out how to track adsense with the Google stats? | mopacfan | Traffic Analysis | 8 | Nov 18th 2005 12:35 pm |
| Google Analytics Down Already? | prowess | Google Analytics | 15 | Nov 17th 2005 2:36 pm |
| Tracking Google Adsense Clicks | daboss | Reporting & Stats | 9 | Jan 11th 2005 12:41 am |