ViewersAnalytics
Shows analytics data on unique viewers of a specific content item, helping track audience engagement.
Table Specific Information
Select
The server will use the Confluence API to process WHERE clause conditions built with the following column and operator.
- FromDate supports the '=' comparison.
- ContentId supports the '=,IN' comparisons.
For example, the following queries are processed server side:
SELECT * FROM ViewersAnalytics WHERE FromDate = '2023-01-02'
Columns
| Name | Type | References | SupportedOperators | Description |
| ContentId [KEY] | String | = | The unique identifier of the page or content item for which viewer analytics are recorded. | |
| NumberOfDistinctViewers | String | The total number of unique users who have viewed the content. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| FromDate | Date | Specifies the start date from which viewer activity is counted when retrieving analytics data. |