Thread: Tracking clicks
View Single Post

  #8 (permalink)  
Old 29-04-2008, 09:42 PM
gav240z's Avatar
gav240z gav240z is offline
Wannabe Geek
 
Join Date: Dec 2007
Location: Rathmines, Dublin
Posts: 434
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
gav240z is a jewel in the roughgav240z is a jewel in the roughgav240z is a jewel in the rough
Default

Quote:
Originally Posted by Cormac View Post
Howdi,
Is there any way to track clicks from a html newsletter using something like google analytics? Can code such as - onclick="javascript:urchinTracker('logo');" - be added to URLS within the newsletter?

I know you can't directly add JS to newsletters but can a system be hacked together to cater for click tracking (for free)?
Use extra parameters in your URL:

utmsource=
utmmedium=

EG:

example. com/?utm_source=My_Email_Source&utm_medium=Email&utm_c ampaign=2008_04_April_Special

Tracking Clicks in Emails and Web Pages Using Google Analytics

Last edited by gav240z; 29-04-2008 at 09:49 PM. Reason: url's
Reply With Quote