共用方式為


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值集具有下列值:KmMiles

描述
公里 指定地理位置的距離是以公里為單位指定。
英里 指定地理位置的距離是以英哩為單位指定。

需求

服務: CampaignManagementService.svc v13
命名 空間: https://bingads.microsoft.com/CampaignManagement/v13

消費者

RadiusCriterion