ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

SearchAdsDownloadCampaignExport

Download the export result.

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

EXECUTE SearchAdsDownloadCampaignExport AccountId = '1234339', JobId = '303244007', DownloadLocation = 'C:/DownloadCampaignExport.txt'

Input

Name Type Accepts Output Streams Description
AccountId Int64 False Account ID.
JobId Int64 False Job ID.
DownloadLocation String False Download location. For example: C:\Report.csv
Encoding String False The FileData input encoding type.

使用できる値は次のとおりです。NONE, BASE64

デフォルト値はBASE64です。

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
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.

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