DisplayAdsDownloadCampaignMigrationList
Download the list of campaigns targeted for migration.
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 DownloadCampaignMigrationList are AccountId, Lang and DownloadLocation
For example:
EXECUTE DisplayAdsDownloadCampaignMigrationList AccountId = '8976', Lang = 'JA', DownloadLocation = 'C:/DownloadCampaignMigrationList.txt'
Input
Name | Type | Accepts Output Streams | Description |
AccountId | Int64 | False | Account ID. |
Lang | String | False | Language of the migration process.
使用できる値は次のとおりです。JA, EN, UNKNOWN |
DownloadLocation | String | False | Download location. For example: C:\Report.csv |
FileStream | String | True | An instance of an output stream where file data is written to. Only used if DownloadPath is not provided. |
Result Set Columns
Name | Type | Description |
FileData | String | If the DownloadLocation and FileStream are not provided, this contains the content of the file. |
Status | String | Execution status of the stored procedure |