DisplayAdsReportSortFields
Retrieve the sort details of report definition. 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 DisplayAdsReportSortFields 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 of report definition. | |
ReportSortType | String | Sort condition type.
使用できる値は次のとおりです。ASC, DESC, UNKNOWN |