Registering using js keyboard navigation using AJAX calls from JS code or something else

I started adding this keyboard navigation for my subsequent / return pages and wanted to register its use. I mean, how many people use it, and from which pages, etc., and I was told that this can be done using AJAX calls from JS code or something else.

Any suggestions for implementing this?

0
source share
1 answer

You can use Google Analytics and some scripts to track events. Learn more about how to do event tracking here:

https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide

0

All Articles