次の方法で共有


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 値セットの値は、GZipZip です

説明
Gzip ファイルは GZip 圧縮する必要があります。
Zip 将来使用するために予約されています。

現在、サポートされている圧縮形式は GZip のみです。

要件

サービス: CampaignManagementService.svc v13
名前 空間: https://bingads.microsoft.com/CampaignManagement/v13

Used By

GetGeoLocationsFileUrl