LocationSearchParameter Data Object - Ad Insight
The location search parameter filter that you can include when requesting keyword ideas.
If you do not include the location search parameter when calling GetKeywordIdeas, then keyword ideas will be returned for all locations.
Syntax
<xs:complexType name="LocationSearchParameter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:SearchParameter">
<xs:sequence>
<xs:element minOccurs="0" name="Locations" nillable="true" type="tns:ArrayOfLocationCriterion" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The LocationSearchParameter object has the following elements: Locations.
Element | Description | Data Type |
---|---|---|
Locations | The location criterion list for the returned keyword ideas. You must include between 1 to 2,000 locations. |
LocationCriterion array |
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13