January 7, 2008
I’ve drummed up a lot of visitors by posting links on dzone and StumbleUpon, but the visitors aren’t very sticky — many will visit the single page I linked to and then move on.
Looking at my site exits in Google Analytics, I noticed that my category pages had much lower exit rates than my […]
Categories: analytics, blogging |
Tags: seo | 1 Comment »
January 6, 2008
Sometimes, you may want to know what outbound links a user is clicking on — say, if you’re linking to an affiliate’s site and want to be able to count the clicks you’re sending. Google Analytics offers this bit of code to accomplish this:
<a href="http://www.example.com"
onClick="javascript: pageTracker._trackPageview(’/outgoing/example.com’);">
and says:
Google Analytics provides an easy way to track clicks […]
Categories: analytics, howto, jquery |
Tags: google analytics, progressive enhancement, seo | 4 Comments »