AudienceAdditionalField Value Set - Campaign Management
Defines a list of optional audience properties that you can request when calling GetAudiencesByIds. The additional field values enable you to get the latest features using the current version of Campaign Management API, and in the next version the corresponding properties will be included in the audience by default.
Syntax
<xs:simpleType name="AudienceAdditionalField" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="NormalForm" />
<xs:enumeration value="NumberRuleItem" />
<xs:enumeration value="ImpressionBasedRemarketingList" />
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
Values
The AudienceAdditionalField value set has the following values: ImpressionBasedRemarketingList, NormalForm, NumberRuleItem.
Value | Description |
---|---|
ImpressionBasedRemarketingList | Request that the ImpressionBasedRemarketingList element be included when you call the GetAudiencesByIds service operation. |
NormalForm | Request that the NormalForm element be included within each returned PageVisitorsRule object. |
NumberRuleItem | Defines a rule expression that depends on the operand, operator, and value. |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13