GeoPoint Data Object - Campaign Management

Defines an object that contains the longitude and latitude coordinates of a geographical location.

Syntax

<xs:complexType name="GeoPoint" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="LatitudeInMicroDegrees" type="xs:int" />
    <xs:element name="LongitudeInMicroDegrees" type="xs:int" />
  </xs:sequence>
</xs:complexType>

Elements

The GeoPoint object has the following elements: LatitudeInMicroDegrees, LongitudeInMicroDegrees.

Element Description Data Type
LatitudeInMicroDegrees The latitude specified in micro degrees. The latitude must be greater than or equal to -85000000 and less than or equal to +85000000. int
LongitudeInMicroDegrees The longitude specified in micro degrees. The longitude must be greater than or equal to -180000000 and less than or equal to +180000000. int

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

LocationAdExtension