Изменить

Поделиться через


AudienceConditionItem Data Object - Campaign Management

Defines an audience condition item data object.

Syntax

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

Elements

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

Element Description Data Type
Id The unique identifier of the audience condition item. Required. long
Name The name of the audience condition item. string
Type The type of the audience condition item. Required. AudienceType

Requirements

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

Used By

AudienceCondition