共用方式為


SearchCountsByAttributes 資料物件 - Ad Insight

定義 物件,其中包含對應裝置屬性的關鍵字歷程記錄搜尋計數清單。 清單中的每個搜尋計數會依日、月和年進行匯總。

語法

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

元素

SearchCountsByAttributes物件具有下列元素:DeviceHistoricalSearchCounts

元素 說明 資料類型
裝置 輸入搜尋查詢之使用者的裝置。 string
HistoricalSearchCounts HistoricalSearchCountPeriodic物件的陣列,其中包含在搜尋查詢中使用關鍵字的次數。 陣列包含指定日期範圍內每個月的專案。 這些專案會依行事曆月份排序。

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

需求

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

消費者

KeywordSearchCount