ODBC Driver for Yahoo! Ads

Build 23.0.8839

DisplayAdsUploadOfflineConversion

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 DisplayAdsUploadOfflineConversion are AccountId, UploadFileName AND FileLocation. For example:

EXECUTE DisplayAdsUploadOfflineConversion AccountId = '1002504155', UploadFileName = 'abc.txt', FileLocation = 'D:\\Desktop\\abc.txt'

Input

Name Type Description
AccountId String Account ID.
UploadFileName String Name of the file to be uploaded.
FileLocation String Location of the file to upload.

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