SearchCountsByAttributes Data Object - Ad Insight
Defines an object that contains a list of keyword historical search counts for the corresponding device attribute. Each search count in the list is aggregated by day, month, and year.
Syntax
<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>
Elements
The SearchCountsByAttributes object has the following elements: Device, HistoricalSearchCounts.
Element | Description | Data Type |
---|---|---|
Device | The device of the user who entered the search query. | string |
HistoricalSearchCounts | An array of HistoricalSearchCountPeriodic objects that contain a count of the number of times that the keyword was used in a search query. The array contains an item for each month in the specified date range. The items are ordered by calendar month. For each requested keyword that has no available data, the HistoricalSearchCountPeriodic element will be nil. |
HistoricalSearchCountPeriodic array |
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13