CompressionType 値セット - キャンペーン管理
キャンペーン管理サービスでダウンロードするファイルの圧縮の種類を定義します。
注:
現在、 GetGeoLocationsFileUrl でサポートされている圧縮形式は GZip のみです。
構文
<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 | 将来使用するために予約されています。 現在、サポートされている圧縮形式は GZip のみです。 |
要件
サービス: CampaignManagementService.svc v13
名前 空間: https://bingads.microsoft.com/CampaignManagement/v13