PageFeedAssetServiceJobStatus
Gets processing status about upload or download.
View 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 PageFeedAssetServiceJobStatus SELECT * FROM PageFeedAssetServiceJobStatus WHERE AccountId = '1234339' SELECT * FROM PageFeedAssetServiceJobStatus WHERE AccountId = '1234339' AND PageFeedAssetSetId='1732' SELECT * FROM PageFeedAssetServiceJobStatus WHERE AccountId = '1234339' AND PageFeedAssetSetId='1732' AND FeedId='12342'
Columns
| Name | Type | References | Description |
| AccountId | Int64 |
SearchAdsAccounts.AccountId | Account ID. |
| BulkEncoding | String | Displays encoding(character code) of Page feed asset file. | |
| BulkLang | String | Displays language setting of Page feed asset file. | |
| BulkOutput | String | Specifies format of Page feed asset file. | |
| DownloadJobStatus | String | Displays status of page feed asset download jobs. | |
| EndDate | String | End date of job. | |
| JobId | Int64 | Job ID. | |
| JobType | String | Job Type.
使用できる値は次のとおりです。UPLOAD, DOWNLOAD, UNKNOWN | |
| PageFeedAssetSetId | Int64 | PageFeedAssetSet ID. | |
| Progress | Int64 | Progress of page feed asset job. | |
| StartDate | String | Start date of job. | |
| ErrorCount | Int32 | Count of error occured. |