Home General Discussion

Ability to track user searches?

Bradley_FlynnBradley_Flynn Customer IT Monkey ✭
Looking for the ability to see what our end-users are searching for. I would like to use Google Analytics, however since the portal issues AJAX requests on each keypress in the search field I needing to hook onto this request function. 

The 'GetFacetedSearchJsonResult?searchText=USERSEARCH' is what gets called every keypress - do I have the ability to add on a simple Google event tracker to this? ie. ga('send', 'pageview', '/GetFacetedSearchJsonResult?searchText=searchterm');

Thanks!
Sign In or Register to comment.