BingAds / BingAds-dotNet-SDK

Other
27 stars 42 forks source link

ExcludeColumnHeaders is not supported #52

Closed mayerwin closed 7 years ago

mayerwin commented 7 years ago

Please add support to the following report request attributes that were introduced in V11:

Exclude Report Columns and Metadata Bing Ads API version 11 now lets you choose whether or not the downloaded report should contain header, column, and footer metadata. You can optionally set any of the ExcludeColumnHeaders, ExcludeReportFooter, or ExcludeReportHeader properties of the ReportRequest to true if you want the corresponding metadata excluded from the downloaded report.

https://msdn.microsoft.com/en-us/library/bing-ads-api-migration-guide(v=msads.100).aspx https://msdn.microsoft.com/library/bing-ads-reporting-reportrequest(v=msads.110).aspx

mayerwin commented 7 years ago

OK I was able to solve this by changing using Microsoft.BingAds.Reporting; to using Microsoft.BingAds.V11.Reporting;