Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the possible compression types for the file to download with the Bulk service.
Syntax
<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>
Values
The CompressionType value set has the following values: GZip, Zip.
Value | Description |
---|---|
GZip | The file should be GZIP compressed. |
Zip | The file should be ZIP compressed. |
Requirements
Service: BulkService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
Used By
DownloadCampaignsByAccountIds
DownloadCampaignsByCampaignIds