DisplayAdsDownloadReport
Download the DisplayAds report.
Stored Procedure Specific Information
Download the report.
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 DisplayAdsDownloadReport are AccountId,ReportJobId.
For example:
EXECUTE DisplayAdsDownloadReport AccountId='8976', ReportJobId='25334', DownloadLocation='C:\Report.csv'
Input
Name | Type | Description |
AccountId | Int64 | Account ID. |
ReportJobId | Int64 | Report Job ID. |
DownloadLocation | String | Download location. For example: C:\Report.csv |
Result Set Columns
Name | Type | Description |
Status | String | Execution status of the stored procedure |