Logging The Usage Of Js Keyboard Navigation With AJAX Calls From JS Code Or Something
I started to add this keyboard navigation for my next/back pages, and wanted to log the usage of it.. I mean how much people use it, and from what pages and so.. and I've been to
Solution 1:
You could use Google Analytics and some scripting to do your event tracking. More information on how to do event tracking here:
https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide
Post a Comment for "Logging The Usage Of Js Keyboard Navigation With AJAX Calls From JS Code Or Something"