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 Campaign Management service.
Note
Currently the only supported compression format for GetGeoLocationsFileUrl is GZip.
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 | Reserved for future use. Currently the only supported compression format is GZip. |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13