LocationCondition 数据对象 - 市场活动管理
定义在特定位置使用转换值规则的条件。
语法
<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>
元素
LocationCondition 对象具有以下元素:ExcludedLocationIntent、ExcludedLocations、IncludedLocationIntent、IncludedLocations、IsPrimary。
元素 | 说明 | 数据类型 |
---|---|---|
ExcludedLocationIntent | 排除位置的意向选项。 | IntentOption |
ExcludedLocations | 从条件中排除的位置。 | LocationConditionItem 数组 |
IncludedLocationIntent | 包含位置的意向选项。 | IntentOption |
IncludedLocations | 条件中包含的位置。 | LocationConditionItem 数组 |
IsPrimary | 指示这是否是主要条件。 转换值规则中只允许 1 个主要条件。 | boolean |
要求
服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13