LocationCondition Data Object - Campaign Management
Reserved.
Syntax
<xs:complexType name="LocationCondition" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="ExcludedLocationIntent" nillable="true" type="tns:IntentOption" />
<xs:element minOccurs="0" name="ExcludedLocations" nillable="true" type="tns:ArrayOfLocationConditionItem" />
<xs:element minOccurs="0" name="IncludedLocationIntent" nillable="true" type="tns:IntentOption" />
<xs:element minOccurs="0" name="IncludedLocations" nillable="true" type="tns:ArrayOfLocationConditionItem" />
<xs:element minOccurs="0" name="IsPrimary" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
Elements
The LocationCondition object has the following elements: ExcludedLocationIntent, ExcludedLocations, IncludedLocationIntent, IncludedLocations, IsPrimary.
Element | Description | Data Type |
---|---|---|
ExcludedLocationIntent | Reserved. | IntentOption |
ExcludedLocations | Reserved. | LocationConditionItem array |
IncludedLocationIntent | Reserved. | IntentOption |
IncludedLocations | Reserved. | LocationConditionItem array |
IsPrimary | Reserved. | boolean |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13