DisplayAdsReportFilters
Retrieve the details of filtering report conditions. The columns values set read-only false can be inserted in the parent table using Temp tables.
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 本製品.
- ReportJobId supports the '=,IN'.
- ReportJobStatus supports the '=,IN'.
- AccountId supports the '='.
SELECT * FROM DisplayAdsReportFilters WHERE AccountId = '123436'
Columns
Name | Type | References | Description |
ReportJobId | Int64 | Report Job ID. | |
ReportJobStatus | String | The process status for the defined report.
使用できる値は次のとおりです。WAIT, COMPLETED, IN_PROGRESS, FAILED, UNKNOWN | |
AccountId | Int64 |
DisplayAdsAccounts.AccountId | Account ID. |
Field | String | Field to be filtered. | |
FilterOperator | String | Operator to be specified by filter.
使用できる値は次のとおりです。NOT_EQUALS, CONTAINS_ANY, EQUALS, GREATER_THAN_EQUALS, LESS_THAN_EQUALS, GREATER_THAN, LESS_THAN, CONTAINS, IN, CONTAINS_ALL, UNKNOWN | |
Values | String | Value for condition. |