CompressionType 值集 - 批量
定义使用大容量服务下载文件的可能压缩类型。
语法
<xs:simpleType name="CompressionType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Zip" />
<xs:enumeration value="GZip" />
</xs:restriction>
</xs:simpleType>
值
CompressionType 值集具有以下值:GZip、Zip。
值 | 说明 |
---|---|
Gzip | 该文件应为 GZIP 压缩。 |
Zip | 该文件应为 ZIP 压缩。 |
要求
服务: BulkService.svc v13
命名 空间: https://bingads.microsoft.com/CampaignManagement/v13
使用者
DownloadCampaignsByAccountIds
DownloadCampaignsByCampaignIds