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 distance units of a geographical location.
Syntax
<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>
Values
The DistanceUnit value set has the following values: Kilometers, Miles.
| Value | Description |
|---|---|
| Kilometers | The distance of the specified geographical location is specified in kilometers. |
| Miles | The distance of the specified geographical location is specified in miles. |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13