共用方式為


KeywordLocationResult 資料物件 - Ad Insight

定義 物件,其中包含使用者搜尋指定關鍵字時所在的位置。

語法

<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

元素 說明 資料類型
關鍵字 關鍵字。 string
KeywordLocations KeywordLocation物件的陣列,其中包含地理位置,以及使用者從該位置搜尋關鍵字的次數百分比。 KeywordLocation 數

需求

服務: AdInsightService.svc v13
命名 空間: https://bingads.microsoft.com/AdInsight/v13

消費者

GetKeywordLocations