KeywordLocationResult 数据对象 - Ad Insight

定义一个 对象,该对象包含用户在搜索指定关键字 (keyword) 时所处的位置。

语法

<xs:complexType name="KeywordLocationResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="KeywordLocations" nillable="true" type="tns:ArrayOfKeywordLocation" />
  </xs:sequence>
</xs:complexType>

元素

KeywordLocationResult 对象具有以下元素:KeywordKeywordLocations

元素 说明 数据类型
关键字 关键字 (keyword) 。 string
KeywordLocations KeywordLocation 对象的数组,其中包含地理位置和用户从该位置搜索关键字 (keyword) 的百分比。 KeywordLocation 数组

要求

服务: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13

使用者

GetKeywordLocations