Skip to main content

We have something in the range of 250 pages and I’d like to do some housekeeping. As part of that process I’d like to know how much each page is viewed. What’s the best way to do this? Thanks!

Hi Andy

This thread may contain some answers to your question: https://community.skuid.com/t/customers-accessing-skuid-pages


Andy…Look at Event Monitoring.  You can use the REST API to pull back every URL that was visited.  Looks like you’ll need to parse the URL yourself, but you should be able to do a page viewed count this way.  I think it can be mostly done using SKUID.

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/using_resources_event_log_f…


Reply