SearchAdsReportSortFields
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 本製品.
- AccountId supports the '='.
- ReportJobId supports the '=,IN'.
- ReportJobStatus supports the '=,IN'.
- ReportType supports the '=,IN'.
For example:
SELECT * FROM SearchAdsReportSortFields WHERE AccountId = '25687' SELECT * FROM SearchAdsReportSortFields WHERE AccountId = '25687' AND ReportJobId = '5678'
Columns
Name | Type | References | Description |
AccountId | Int64 |
SearchAdsAccounts.AccountId | Account ID. |
ReportJobId | String | Report Job ID. | |
ReportJobStatus | String | A status of the requested report.
使用できる値は次のとおりです。WAIT, COMPLETED, IN_PROGRESS, FAILED, UNKNOWN | |
ReportType | String | Displays a type of available report.
使用できる値は次のとおりです。ACCOUNT, CAMPAIGN, ADGROUP, AD, KEYWORDS, SEARCH_QUERY, GEO, FEED_ITEM, GEO_TARGET, SCHEDULE_TARGET, BID_STRATEGY, AD_CUSTOMIZERS, TARGET_LIST, LANDING_PAGE_URL, KEYWORDLESSS_QUERY, WEBPAGE_CRITERION, UNKNOWN, ASSET_COMBINATIONS | |
Field | String | Field of report definition. | |
ReportSortType | String | Sort condition type.
使用できる値は次のとおりです。ASC, DESC, UNKNOWN |