Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.94 KB

locationcriterion.md

File metadata and controls

39 lines (33 loc) · 1.94 KB
title ms.service ms.subservice ms.topic author ms.author description
LocationCriterion Data Object - Ad Insight
bing-ads
ad-insight-api
article
jonmeyers
jonmeyers
The location criterion that you can include when requesting keyword ideas or traffic estimates.

LocationCriterion Data Object - Ad Insight

The location criterion that you can include when requesting keyword ideas or traffic estimates.

Syntax

<xs:complexType name="LocationCriterion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Criterion">
      <xs:sequence>
        <xs:element minOccurs="0" name="LocationId" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The LocationCriterion object has the following elements: LocationId.

Element Description Data Type
LocationId The Microsoft Advertising identifier of the location that you want to target.

You can get keyword ideas and traffic estimates for city, country/region, county, metro area (Microsoft Market Area in the United States), and state locations. Postal code location identifiers are not supported for keyword ideas and traffic estimate requests.

Currently this feature is available in the United States, United Kingdom, Canada, Australia, France, and Germany. To get a list of geographical location identifiers use the Campaign Management service i.e., the GetGeoLocationsFileUrl service operation.
long

Requirements

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

Used By

LocationSearchParameter