ViewsAnalytics
Shows analytics data on total views of a specific content item, including repeated visits by the same user.
Table Specific Information
Select
The add-in 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 ViewsAnalytics 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 view analytics are recorded. | |
| NumberOfViews | String | The total number of times the content has been viewed, including repeated views by the same user. |
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 view activity is counted when retrieving analytics data. |