Skip to main content
Nintex Community Menu Bar
Question

Running total of page views?

  • July 10, 2024
  • 2 replies
  • 21 views

Forum|alt.badge.img+3

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!

2 replies

Forum|alt.badge.img+5

Hi Andy

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


Forum|alt.badge.img+10

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…