CData Python Connector for WordPress

Build 25.0.9454

SiteOutboundClicks

Query the SiteOutboundClicks 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 SiteOutboundClicks WHERE Date='2025-05-08'

Columns

Name Type References Description
Date Date The most recent date for which outbound click statistics are available.
DaysAggregate String An array listing each day and the number of outbound clicks recorded on that day. Omitted when summarize is set to true.
SummaryAggregate String A summarized dataset combining click statistics across all days in the selected period. Returned only when summarize is true.
Period String Specifies the reporting interval for the statistics, such as day, week, month, or year.

The allowed values are day, month, 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
HasSummarize Boolean Indicates whether results are returned in summarized form instead of detailed daily records.
NumofPeriods Int Determines how many reporting periods to include in the results.

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