SiteFileDownloads
Query the SiteFileDownloads in Wordpress.
Table Specific Information
SELECT
The connector uses the WordPress API to process some of the filters.
- Date supports the '=' comparison.
- Period supports the '=' comparison.
The connector processes other filters client-side within the connector.
For example, the following queries are processed server side.
SELECT * FROM SiteFileDownloads WHERE Date='2025-05-08'
Columns
| Name | Type | References | Description |
| Date | Date | The most recent date for which file download statistics are available. | |
| DaysAggregate | String | An array that maps each day to the number of file downloads recorded on that date. | |
| Period | String | Specifies the reporting interval for the statistics, such as day, week, month, or year. |
Pseudo-Columns
Pseudo-column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the data returned by the operation.
| Name | Type | Description | |
| NumofPeriods | Int | Determines how many reporting periods to include in the returned results. |