次の方法で共有


DistanceUnit 値セット - キャンペーン管理

地理的な場所の可能な距離単位を定義します。

構文

<xs:simpleType name="DistanceUnit" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo>
      <ActualType Name="short" Namespace="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
    </xs:appinfo>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Miles" />
    <xs:enumeration value="Kilometers" />
  </xs:restriction>
</xs:simpleType>

DistanceUnit 値セットの値は、KmsMiles です

説明
キロ 指定した地理的位置の距離はキロメートルで指定されます。
Km 指定した地理的位置の距離はマイル単位で指定されます。

要件

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

Used By

RadiusCriterion