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