LocationCondition Data Object - Campaign Management
Defines a condition to use conversion value rules in a specific location.
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 | The intent option for excluded locations. | IntentOption |
ExcludedLocations | The locations excluded from the condition. | LocationConditionItem array |
IncludedLocationIntent | The intent option for included locations. | IntentOption |
IncludedLocations | The locations included in the condition. | LocationConditionItem array |
IsPrimary | Indicates if this is the primary condition. Only 1 primary condition is allowed in a conversion value rule. | boolean |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13