ODBC Driver for Yahoo! Ads

Build 23.0.8839

DisplayAdsDownloadFeedDisApprovalReasonList

Downloads the disapproval reason list.

Stored Procedure Specific Information

Downloads the disapproval reason list.

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 DownloadFeedDisApprovalReasonList are AccountId, FeedId, DownloadLocation. For example:

EXECUTE DisplayAdsDownloadFeedDisApprovalReasonList AccountId = '8976', FeedId = '8914', DownloadLocation = 'C:/DownloadFeedDisApprovalReasonList.txt'

Input

Name Type Description
AccountId Int64 Account ID.
FeedId Int64 Uploaded item list ID.
DownloadLocation String Download location. For example: C:\Report.csv
Encoding String The FileData input encoding type.

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

デフォルト値はBASE64です。

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