SearchCountsByAttributes 数据对象 - Ad Insight

定义一个 对象,该对象包含相应设备属性关键字 (keyword) 历史搜索计数的列表。 列表中的每个搜索计数按天、月和年聚合。

语法

<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 包含搜索查询中使用关键字 (keyword) 次数的 HistoricalSearchCountPeriodic 对象的数组。 数组包含指定日期范围中每个月的项。 这些项按日历月份排序。

对于没有可用数据的每个请求关键字 (keyword) ,HistoricalSearchCountPeriodic 元素将为 nil。
HistoricalSearchCountPeriodic 数组

要求

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

使用者

KeywordSearchCount