Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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