Closed (fixed)
Project:
Google Analytics
Version:
6.x-3.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2011 at 06:28 UTC
Updated:
6 Oct 2012 at 01:53 UTC
I'll like to track clicks on important call-to-action.
I'm already using it to track external links which works smoothly. But I would like to track some buttons and links on specific pages. Is the module can be of any help with that, other jQuery module?
Maybe I should just go and edit blocks with custom javascript track Event...
thanks
Comments
Comment #1
hass commentedNot possible with the module. You need to develop your own code for this special stuff.
Comment #2
samuel lavoie commentedThanks @hass
In the meantime if someone else is working on this type or implementation and would like to share tips, I appreciate any helps! :-)
Comment #4
frobNot trying to reopen this topic. Just thought I would add this in case someone finds this page through google.
I wrote a module that allows tracking based on css class selectors that integrates with the google analytics module; Google Analytics Event Tracking.
It deploys a simple php api to allow tracking of javascript events through google analytic's event tracking api. This means no more ugly custom, hard to maintain, javascript to do event tracking.