SearchAdsDownloadOfflineConversion
Download offline conversion files as well as error files.
Stored Procedure Specific Information
The required input parameters for SearchAdsDownloadOfflineConversion are AccountId, UploadId, and DownloadLocation. For example:
EXECUTE SearchAdsDownloadOfflineConversion AccountId = '8976', UploadId = '78945', DownloadLocation = 'C:/DownloadOfflineConversion.txt'
Input
| Name | Type | Description |
| AccountId | Int64 | Account ID. |
| UploadId | Int64 | Upload 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. |