What are the tables to get usage metrics on Data Visualizations In Platform Analytics
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hello All
I am looking to report on below metrics and need your help please in identifying the best tables to use.
1. Usage metrics on Platform Analytics Dashboards
- Number of views
- Number of Data visualizations
- Most used Data visualization
2. Usage metrics on Self-Service Dashboards
- number of views
- Number of Reports
- Most used Reports
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Following table is related to Platform Analytics data visualizations. Apart from this no more details are exposed by Servicenow.
Table Description
| par_component | Contains all data visualizations in the visualization library and all filters in the filter library. Extends sys_metadata. |
| par_component_permission | Contains the role, group, and user permissions for all data visualizations and filters in their respective libraries. |
| par_export | Lists all scheduled dashboard and data visualization exports. Extends sys_metadata. |
| par_export_job | Stores details of every attempt to export a dashboard or data visualization. |
| par_export_visualization | Stores the export details of all scheduled data visualization exports. Extends par_export. |
| par_metadata | Stores the metadata for each data visualization type. |
| par_notification | Lists email notification definitions of scheduled dashboard and data visualization exports. Extends sys_metadata. |
| par_notification_email | Stores metadata of scheduled dashboard and data visualization export emails, including subject and message. Extends par_notification. |
| par_notification_email_recipients | Stores groups and users who receive a notification email with a scheduled dashboard and data visualization export. Contains the non-metadata information for the emails. |
| par_visualization | Contains all data visualizations in the visualization library. Extends par_component. |
| par_visualization_permission | Contains the role, group, and user permissions for all data visualizations in the visualization library. Extends par_component_permission. |
Refer: Platform Analytics data visualization tables • Yokohama Platform Analytics • Docs | ServiceNow
