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:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The AudienceAdditionalField value set has the following values: NormalForm, NumberRuleItem.

Value Description
NormalForm Request that the NormalForm element be included within each returned PageVisitorsRule object.
NumberRuleItem Reserved.

Requirements

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

Used By

GetAudiencesByIds