ODBC Driver for Yahoo! Ads

Build 23.0.8839

SearchAdsUploadOfflineConversion

Execute upload offline conversion data.

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 SearchAdsUploadOfflineConversion are AccountId, UploadType and UploadFileName. For example:

Execute SearchAdsUploadOfflineConversion AccountId = '123436', UploadType = 'NEW', FileLocation = 'C:\UploadOfflineConversion.txt'

Input

Name Type Description
AccountId Int64 Account ID.
UploadType String Uploaded type.

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

UploadFileName String Uploaded file name.
FileLocation String Name of the file to be uploaded only when content is given. For example: test.csv

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