KeywordLocationResult Data Object - Ad Insight

Defines an object that contains the locations where users were located when they searched for the specified keyword.

Syntax

<xs:complexType name="KeywordLocationResult" 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="KeywordLocations" nillable="true" type="tns:ArrayOfKeywordLocation" />
  </xs:sequence>
</xs:complexType>

Elements

The KeywordLocationResult object has the following elements: Keyword, KeywordLocations.

Element Description Data Type
Keyword The keyword. string
KeywordLocations An array of KeywordLocation objects that contains the geographical locations and the percentage of times that users searched for the keyword from that location. KeywordLocation array

Requirements

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

Used By

GetKeywordLocations