ReportFormat Value Set - Reporting
Defines the file formats that you can use for a report.
Syntax
<xs:simpleType name="ReportFormat" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Csv" />
<xs:enumeration value="Tsv" />
<xs:enumeration value="Xml" />
</xs:restriction>
</xs:simpleType>
Values
The ReportFormat value set has the following values: Csv, Tsv, Xml.
Value | Description |
---|---|
Csv | The report format will be comma-separated values (.csv). |
Tsv | The report format will be tab-separated values (.tsv). |
Xml | The report format will be XML (.xml). |
Requirements
Service: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13