ADO.NET Provider for Yahoo! Ads

Build 25.0.9540

DisplayAdsDownloadUserOperationHistory

Download the data of user operation history.

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

EXECUTE DisplayAdsDownloadUserOperationHistory AccountId = '8976', AuditLogJobId='58971', DownloadLocation='C:/DisplayAdsDownloadUserOperationHistory.txt'

Input

Name Type Accepts Output Streams Description
AccountId Int64 False Account ID.
AuditLogJobId Int64 False The operation history job ID.
DownloadLocation String False Download location. For example: C:\Report.csv
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) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540