function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Carsten BONOMOCarsten BONOMO 

Event Monitoring : Is it possible to link a Page View (URI) Event to the Object (not the record) that has been viewed?

ErikNelke1ErikNelke1
Did you figure it out? It is very frustrating when I want a specific page name or object count and not a chart full of useless record id's.
Arun Reddy 44Arun Reddy 44
Can we atleast get read vs write events from URI events?
Arun Reddy 44Arun Reddy 44
https://help.salesforce.com/articleView?id=000213523&language=en_US&type=1
This explains how to resolve the id of the page to object type. Simply put, each object has a keyPrefix in the describe.
Use the SOQL to get the list of prefixes.