SSIS Components for WordPress

Build 25.0.9434

SiteTotalViewsforPost

Query the SiteTotalViewsforPost in Wordpress.

Table Specific Information

SELECT

The component uses the WordPress API to process some of the filters.

  • ID supports the '=', 'IN' comparisons.
  • Date supports the '=' comparison.

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

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.

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