次の方法で共有


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 オブジェクトには、LatitudeInMicroDegrees、LongitudeInMicroDegrees という要素があります

要素 説明 データ型
LatitudeInMicroDegrees マイクロ度で指定された緯度。 緯度は -85000000 以上、+85000000 以下である必要があります。 int
LongitudeInMicroDegrees マイクロ度で指定された経度。 経度は -180000000 以上、+180000000 以下である必要があります。 int

要件

サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

使用ページ

LocationAdExtension