KeywordSearchCount Data Object - Ad Insight

Defines an object that contains a list of search counts for each device and network where the keyword was included in a search query. The data is aggregated based on the attributes specified in the request.

Syntax

<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>

Elements

The KeywordSearchCount object has the following elements: Keyword, SearchCountsByAttributes.

Element Description Data Type
Keyword The keyword to which the search count data applies. string
SearchCountsByAttributes An array of SearchCountsByAttributes objects that contain search counts for each device and network where the keyword was included in a search query.

For each requested keyword that has no available data, the SearchCountsByAttributes element will be nil.
SearchCountsByAttributes array

Requirements

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

Used By

GetHistoricalSearchCount