KeywordLocation データ オブジェクト - Ad Insight

場所、ネットワーク、デバイス、およびユーザーが検索クエリを入力した時間の割合を含むオブジェクトを定義します。

構文

<xs:complexType name="KeywordLocation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Device" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Location" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Percentage" type="xs:double" />
  </xs:sequence>
</xs:complexType>

要素

KeywordLocation オブジェクトには、DeviceLocation、Percentage という要素があります

要素 説明 データ型
デバイス 検索クエリを入力したユーザーのデバイス。 string
場所 ユーザーが検索クエリを入力した国/地域、州、都市圏、または市区町村。 string
パーセンテージ ユーザーが場所からキーワードを検索した時間の割合。 値は、0.0 から 100.0 の範囲で指定されます。 ダブル

要件

サービス: AdInsightService.svc v13
名前 空間: https://bingads.microsoft.com/AdInsight/v13

Used By

KeywordLocationResult