SearchAdsPageFeedAssetServiceAddDownloadJob
Registers job to bulk download registered page feed asset.
Stored Procedure Specific Information
Yahoo! Ads allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. The required columns in SearchAdsPageFeedAssetServiceAddDownloadJob are AccountId and PageFeedAssetSetId.
For example:
EXECUTE SearchAdsPageFeedAssetServiceAddDownloadJob AccountId = '1234339', PageFeedAssetSetId='1841'
Input
| Name | Type | Description |
| AccountId | Int64 | Account ID. |
| BulkEncoding | String | It displays encoding(character code) of Page feed asset file. |
| BulkLang | String | It displays language setting of Page feed asset file. |
| BulkOutput | String | It specifies format of Page feed asset file. |
| DownloadJobStatus | String | It displays status of page feed asset download jobs. |
| EndDate | String | End date of job. |
| JobId | Int64 | Job Id. |
| PageFeedAssetSetId | Int64 | PageFeedAssetSet ID. |
| Progress | Int32 | Progress of page feed asset job. |
| StartDate | String | Start date of job. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |