SearchAdsDownloadUserOperationHistory
Download the data of user operation history.
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 SearchAdsDownloadUserOperationHistory are AccountId, ReportJobId and DownloadLocation
For example:
EXECUTE SearchAdsDownloadUserOperationHistory AccountId = '3021', AuditLogJobId = '5698', DownloadLocation = 'C:/DownloadFeedDataErrorFile.txt'
Input
| Name | Type | Description |
| AccountId | Int64 | Account ID. |
| JobId | Int64 | The operation history job ID. |
| DownloadLocation | String | Download location. For example: C:\Report.csv |
| Encoding | String | The FileData input encoding type.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |
| FileData | String | If the DownloadLocation and FileStream are not provided, this contains the content of the file. |