DownloadFileType Value Set - Bulk
Defines the file formats for a download request.
Note
The downloaded Csv or Tsv file will be ZIP compressed.
Syntax
<xs:simpleType name="DownloadFileType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Csv" />
<xs:enumeration value="Tsv" />
</xs:restriction>
</xs:simpleType>
Values
The DownloadFileType value set has the following values: Csv, Tsv.
Requirements
Service: BulkService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
Used By
DownloadCampaignsByAccountIds
DownloadCampaignsByCampaignIds