Content Analytics
Summarize
Summary of Content Analytics
Content Analytics enables ServiceNow customers to monitor and measure employee engagement with content delivered through the Employee Center and campaigns. It collects usage data and generates visual dashboards to provide actionable insights into how employees interact with portal content and campaign materials. This capability is built on the Platform Analytics framework and replaces the previously supported Google Analytics integration.
Show less
Key Features
- Dashboards: Four main dashboards offer distinct visualizations and metrics:
- Content Analytics: Portal engagement metrics such as unique users, average time per page, and bounce rate.
- Content Analytics - Basics: Portal page visits, including visits per day and most frequently viewed pages.
- Campaign Analytics: Campaign engagement metrics, to-dos, and impact, with filtering by campaign or success goal.
- Campaign Overview: Campaign performance data including closed tasks and user actions.
- Content Library Overview: Performance of content published to the portal or Now mobile app, including views, reactions, comments, and replies.
- Tracking Profiles: Define the context (portal, campaign, application) for data collection. Out-of-the-box profiles include Content Experiences and Content Publishing. Custom profiles can be created to track custom widgets or pages.
- Data Collection and Storage: User interactions are initially stored in browser memory and then transferred to server tables after navigation or time intervals. Data is organized in specific tables such as Tracked Event, Page, and Visit aggregates, which feed the dashboards.
Practical Application for ServiceNow Customers
By activating and configuring Content Analytics tracking profiles, customers can gain detailed visibility into how employees engage with various content types and campaigns. This helps optimize content strategy by understanding user behavior, improving portal effectiveness, and measuring campaign success through actionable metrics. Monitoring these analytics empowers organizations to enhance employee experience and content relevance within the Employee Center environment.
Monitor and measure the impact of the content you provide through the Employee Center and in campaigns using Content Analytics.
Content Analytics dashboards
| Dashboard | Description of data visualizations |
|---|---|
| Content Analytics | Portal engagement metrics, including unique users, average time per page, and bounce rate. |
| Content Analytics - Basics | Portal page visits and views, including visits per day and most-frequently viewed pages. |
| Campaign Analytics | Campaign engagement metrics, to-dos, and impact, filtered by campaign or campaign success goal. |
| Campaign Overview | Campaign performance metrics by campaign, including tasks closed and user actions. |
| Content Library Overview dashboard | Performance metrics for content published to the portal or Now mobile app. |
| Content engagement | Metrics on user engagement, such as content views, reaction icon clicks, comments, and replies to comments. |
Setting up Content Analytics
- Activate Content Analytics
- Establish the tracking profile, by performing one of the following steps:
- Activate one of the out-of-the-box tracking profiles and set it as the default tracking profile: Activate a tracking profile
- Create a custom tracking profile: Create a Content Analytics tracking profile
For more information on tracking profiles, see the section below.
- To track analytics for a custom widget or page, you must add the tracking profile to the header: Set up Content Analytics tracking
Tracking profiles
Tracking profiles define a bucket where you want to capture analytics. It can correspond to a portal, campaign, application, or any context you like.
Two tracking profiles are included out-of-the-box: Content Experiences and Content Publishing. You can use either one to collect data on content that is displayed with an out-of-the-box widget. If your portal is publishing content to custom widgets, you must update an out-of-the-box tracking profile to collect data for those widgets or create a new tracking profile.
Data collection and storage
.list.- The users performs an action, such as opening a page or clicking a link.
- Content Analytics collects that data point and stores in the browser memory.
- After a user navigates to other content or after five minutes, the data moves to the server in memory.
- The data moves to the content analytics tables.
- Tracked Event [sn_cda_tracked_evt_agg]
- Tracked Page [sn_cda_tracked_page_agg]
- Tracked Visit [sn_cda_tracked_visit_agg]
- The tracking profiles trigger runs to transfer data to the shared analytics tables.
- Event Statistic [sn_cda_event_stat]
- Page Statistic [sn_cda_page_stat]
- Analytics Visit Statistic [sn_cda_analytics_visit_stat]