DownloadFileType 值集 - 批量

定义下载请求的文件格式。

注意

下载的 CsvTsv 文件将采用 ZIP 压缩。

语法

<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>

DownloadFileType 值集具有以下值:CsvTsv

说明
Csv 文件格式是 CSV) (逗号分隔值。

下载的文件将采用 ZIP 压缩。
Tsv 文件格式是制表符分隔的值, (TSV) 。

下载的文件将采用 ZIP 压缩。

要求

服务: BulkService.svc v13
命名 空间: https://bingads.microsoft.com/CampaignManagement/v13

使用者

DownloadCampaignsByAccountIds
DownloadCampaignsByCampaignIds