CData Python Connector for WordPress

Build 25.0.9454

SiteTopAuthors

Query the SiteTopAuthors 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.
  • Summarize supports the '=' comparison.

The connector processes other filters client-side within the connector.

For example, the following queries are processed server side.

SELECT * FROM SiteTopAuthors WHERE Date='2025-05-08' AND Period='day'

Columns

Name Type References Description
Date Date The most recent date for which author statistics are available.
DaysAggregate String A collection of daily author view data, showing how many views each author received per day (omitted when summarize=true).
SummaryAggregate String A summary of total author views aggregated over the selected period (omitted when summarize=false).
Period String The time interval represented by the statistics, such as day, week, or month.

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
HasSummarize Boolean Indicates whether the SiteTopAuthors results include summarized data.
NumofPeriods Int The number of reporting periods included in the results.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454