ODBC Driver for Yahoo! Ads

Build 23.0.8839

DisplayAdsDownloadCampaignMigrationErrorFile

Download the uploaded original csv file as well as error files.

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 DownloadCampaignMigrationOriginalFileAndErrorFile are AccountId,MigrationJobId and DownloadLocation. For example:

EXECUTE DisplayAdsDownloadCampaignMigrationErrorFile AccountId = '8976', MigrationJobId = '8936', DownloadLocation = 'C:/DownloadCampaignMigrationErrorFile.txt'

Input

Name Type Description
AccountId Int64 Account ID.
MigrationJobId Int64 Migration Job ID.
DownloadLocation String Download location. For example: C:\Report.csv

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

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839