KeywordLocation Data Object - Ad Insight

Defines an object that contains the location, network, device, and the percentage of time that a user entered a search query.

Syntax

<xs:complexType name="KeywordLocation" 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="Location" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Percentage" type="xs:double" />
  </xs:sequence>
</xs:complexType>

Elements

The KeywordLocation object has the following elements: Device, Location, Percentage.

Element Description Data Type
Device The device of the user who entered the search query. string
Location The country/region, state, metropolitan area, or city where users entered the search query. string
Percentage The percentage of time that users searched for the keyword from the location. The value is specified in the range 0.0 through 100.0. double

Requirements

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

Used By

KeywordLocationResult