ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

DisplayAdsUploadCampaignMigrationList

Upload csv files 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 DisplayAdsUploadCampaignMigrationList are AccountId and FileLocation. For example:

EXECUTE DisplayAdsUploadCampaignMigrationList AccountId = '8976', FileLocation = 'C:/UploadCampaignMigrationList.txt'

Input

Name Type Accepts Input Streams Description
AccountId Int64 False Account ID.
FileLocation String False File to upload.
FileName String False Name of the file to be uploaded only when content is given. For example: test.csv
Content String True The content as InputStream to be uploading when LocalFilePath is not specified.

Result Set Columns

Name Type Description
Status String Execution status of the stored procedure

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