SiteTotalViewsforPost
Query the SiteTotalViewsforPost in Wordpress.
Table Specific Information
SELECT
The connector uses the WordPress API to process some of the filters.
- ID supports the '=', 'IN' comparisons.
- Date supports the '=' comparison.
The connector processes other filters client-side within the connector.
For example, the following queries are processed server side.
SELECT * FROM SiteTotalViewsforPost WHERE ID=21
SELECT * FROM SiteTotalViewsforPost WHERE ID IN (21,66)
Columns
| Name | Type | References | Description |
| ID [KEY] | Int | The unique identifier of the post whose view count is being reported. | |
| Views | Int | The total number of times the post has been viewed across all tracked periods. | |
| Date | Date | The most recent date for which the post view statistics are available. |