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.

Value Description
Csv The file format is comma separated values (CSV).

The downloaded file will be ZIP compressed.
Tsv The file format is tab separated values (TSV).

The downloaded file will be ZIP compressed.

Requirements

Service: BulkService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

DownloadCampaignsByAccountIds
DownloadCampaignsByCampaignIds