Freigeben über


LocationCondition-Datenobjekt – Kampagnenverwaltung

Definiert eine Bedingung für die Verwendung von Konvertierungswertregeln an einem bestimmten Speicherort.

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>

Elemente

Das LocationCondition-Objekt weist die folgenden Elemente auf: ExcludedLocationIntent, ExcludedLocations, IncludedLocationIntent, IncludedLocations, IsPrimary.

Element Beschreibung Datentyp
ExcludedLocationIntent Die Absichtsoption für ausgeschlossene Standorte. IntentOption
ExcludedLocations Die von der Bedingung ausgeschlossenen Standorte. LocationConditionItem-Array
IncludedLocationIntent Die Absichtsoption für eingeschlossene Speicherorte. IntentOption
IncludedLocations Die in der Bedingung enthaltenen Speicherorte. LocationConditionItem-Array
IsPrimary Gibt an, ob dies die primäre Bedingung ist. In einer Konvertierungswertregel ist nur eine primäre Bedingung zulässig. boolean

Anforderungen

Dienst: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Verwendet von

ConversionValueRule