Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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