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

hass’s picture

Category: feature » support
Status: Active » Fixed

Not possible with the module. You need to develop your own code for this special stuff.

samuel lavoie’s picture

Thanks @hass
In the meantime if someone else is working on this type or implementation and would like to share tips, I appreciate any helps! :-)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

frob’s picture

Not 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.