Mobile app version of vmapp.org
Login or Join
Merenda212

: Google Analytics - how to track clicks on a screen? Can I track the click of every link, button, dropdown select, etc. on a screen and have it be tracked in Google Analytics? I want to create

@Merenda212

Posted in: #GoogleAnalytics

Can I track the click of every link, button, dropdown select, etc. on a screen and have it be tracked in Google Analytics?

I want to create a page and collect data on which widget the users use most.

What about AJAX stuff? What if you're using jQuery or Mootools...can you get the functions to register a fake URL with GA based on user interaction? I use to do this with Flash. Everytime you click a button, it can initiate a fake URL request. I would make urls such as ".../customize/eyes/" or ".../customize/nose", etc. Just wondering if I can do that with Javascript on the page.

I've also posted at StackOverflow.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Merenda212

2 Comments

Sorted by latest first Latest Oldest Best

 

@Turnbaugh106

I have personally used Crazy Egg and I have heard good things about Clicktale for heatmaps and usability testing. I would recommend checking both of them out.

10% popularity Vote Up Vote Down


 

@RJPawlick198

There are a number of ways to do that. To begin with Google already tracks each click you make on a link on a page. In Google Analytics go to Content>Site Overlay


Use the Function PageView for Google Analytics code.google.com/apis/analytics/docs/tracking/asyncUsageGuide.html. This can be somewhat poor
Tools like CrazyEgg track specifically where each click occurs on the page, even within the link itself. The only major downsides are that it costs money and that it has some issues with AJAX enabled code and correctly marking where someone has clicked.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme