共用方式為


GeoPoint 資料物件 - 行銷活動管理

定義物件,其中包含地理位置的經度和緯度座標。

語法

<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>

元素

GeoPoint物件具有下列元素:LatitudeInMicroDegreesLongitudeInMicroDegrees

元素 說明 資料類型
LatitudeInMicroDegrees 以微度指定的緯度。 緯度必須大於或等於 -85000000,且小於或等於 +85000000。 int
LongitudeInMicroDegrees 以微度指定的經度。 經度必須大於或等於 -1800000000,且小於或等於 +1800000000。 int

需求

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

消費者

LocationAdExtension