Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (31 loc) · 1.57 KB

locationsearchparameter.md

File metadata and controls

38 lines (31 loc) · 1.57 KB
title ms.service ms.topic author ms.author description
LocationSearchParameter Data Object - Ad Insight
bing-ads-ad-insight-service
article
eric-urban
eur
The location search parameter filter that you can include when requesting keyword ideas.

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