Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How would I go about tracking what users search within an Umbraco website? My client wants to track what users are searching for on their site. Does Umbraco have a way to do this or is there an external tool like Google Analytics that can do this?
-Lee
Hi
There is nothing built in Umbraco do this. Fastest option would be do it with google analytics.
You can build it your self with an API controller that stores the data somewhere...but then you need to build a report viewer as well.
Dave
I'd definitely recommend tracking this kind of data using a 3rd party tool like Google Analytics. See https://support.google.com/analytics/answer/1012264?hl=en
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Track what users search
How would I go about tracking what users search within an Umbraco website? My client wants to track what users are searching for on their site. Does Umbraco have a way to do this or is there an external tool like Google Analytics that can do this?
-Lee
Hi
There is nothing built in Umbraco do this. Fastest option would be do it with google analytics.
You can build it your self with an API controller that stores the data somewhere...but then you need to build a report viewer as well.
Dave
I'd definitely recommend tracking this kind of data using a 3rd party tool like Google Analytics. See https://support.google.com/analytics/answer/1012264?hl=en
is working on a reply...