PageFeedAssetReviewSummary
Gets registered approval records of page feed asset and summary of each status.
Table Specific Information
Select
The 本製品 will use the Yahoo! Ads API to process WHERE clause conditions built with the following column and operator. The AccountId is required to make a request and the rest of the filter is executed client-side within the 本製品.
- AccountId supports the '='.
- PageFeedAssetSetId supports the '=,IN'.
- FeedId supports the '=,IN'.
For example:
SELECT * FROM PageFeedAssetReviewSummary WHERE AccountId = '1234339' SELECT * FROM PageFeedAssetReviewSummary WHERE AccountId = '1234339' AND PageFeedAssetSetId = '1732' SELECT * FROM PageFeedAssetReviewSummary WHERE AccountId = '1234339' AND PageFeedAssetSetId = '1732' AND FeedId = '12342'
Columns
Name | Type | References | Description |
AccountId | Int64 |
SearchAdsAccounts.AccountId | Account ID. |
ApprovedCount | Int64 | Count of approved. | |
ApprovedWithReviewCount | Int64 | Count of approved with review. | |
EntityCount | Int64 | Total count of page feed asset in page feed asset set. | |
PageFeedAssetSetId | Int64 | PageFeedAssetSet ID. | |
PostDisapprovedCount | Int64 | Count of distribution cancelled. | |
PreDisapprovedCount | Int64 | Count of disapproved. | |
ReviewCount | Int64 | Count of review. |