ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

DisplayAdsUploadFeedData

Executes upload item list.

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 DisplayAdsUploadFeedData are AccountId, FeedId, UploadType, IsDebug and FileLocation. For example:

EXECUTE DisplayAdsUploadFeedData AccountId = '897653', FeedId = '25334', UploadType = 'UPDATE_PART', IsDebug = 'True', FileLocation = 'C:/UploadFeedData.txt'

Input

Name Type Accepts Input Streams Description
AccountId String False Account ID.
FeedId String False Feed ID.
UploadType String False Displays upload type of item list.

使用できる値は次のとおりです。UPDATE_PART, UPDATE_ALL, UNKNOWN

IsDebug String False True means to run in debug mode.
FileName String False Name of the file to be uploaded.
FileLocation String False Location of the file to upload.
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