ViewsAnalytics
Get the total number of views a piece of content has.
Table Specific Information
Select
The connector 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 | String | = | The Id of the page content. | |
NumberOfViews | String | the total number of views a piece of content has. |
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 | The number of views for the content from the date. |