共用方式為


KeywordSearchCount 資料物件 - Ad Insight

定義物件,其中包含搜尋查詢中包含關鍵字之每個裝置和網路的搜尋計數清單。 資料會根據要求中指定的屬性進行匯總。

語法

<xs:complexType name="KeywordSearchCount" 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="SearchCountsByAttributes" nillable="true" type="tns:ArrayOfSearchCountsByAttributes" />
  </xs:sequence>
</xs:complexType>

元素

KeywordSearchCount物件具有下列元素:KeywordSearchCountsByAttributes

元素 說明 資料類型
關鍵字 要套用搜尋計數資料的關鍵字。 string
SearchCountsByAttributes SearchCountsByAttributes物件的陣列,其中包含搜尋查詢中包含關鍵字之每個裝置和網路的搜尋計數。

對於沒有可用資料的每個要求關鍵字, SearchCountsByAttributes 元素會是 nil。
SearchCountsByAttributes 陣列

需求

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

消費者

GetHistoricalSearchCount