KeywordSearchCount 数据对象 - Ad Insight
定义一个 对象,该对象包含搜索查询中包含关键字 (keyword) 的每个设备和网络的搜索计数列表。 数据基于请求中指定的属性进行聚合。
语法
<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 对象具有以下元素:Keyword、SearchCountsByAttributes。
元素 | 说明 | 数据类型 |
---|---|---|
关键字 | 应用搜索计数数据的关键字 (keyword) 。 | string |
SearchCountsByAttributes |
SearchCountsByAttributes 对象的数组,这些对象包含搜索查询中包含关键字 (keyword) 的每个设备和网络的搜索计数。 对于没有可用数据的每个请求关键字 (keyword) ,SearchCountsByAttributes 元素将为 nil。 |
SearchCountsByAttributes 数组 |
要求
服务: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13