Rediger

Del via


LocationConditionItem Data Object - Campaign Management

Defines a location condition item data object.

Syntax

<xs:complexType name="LocationConditionItem" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Id" type="xs:int" />
    <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Type" nillable="true" type="tns:LocationType" />
  </xs:sequence>
</xs:complexType>

Elements

The LocationConditionItem object has the following elements: Id, Name, Type.

Element Description Data Type
Id The unique identifier of the location condition item. Required. int
Name The name of the location condition item. string
Type The type of the location condition item. Required. LocationType

Requirements

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

Used By

LocationCondition