AudienceType Value Set - Campaign Management

Defines the possible audience types.

Note

The CustomerMatch type audience in the SOAP API calls isn't supported.

Syntax

<xs:simpleType name="AudienceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="RemarketingList" />
        <xs:enumeration value="Custom" />
        <xs:enumeration value="InMarket" />
        <xs:enumeration value="Product" />
        <xs:enumeration value="SimilarRemarketingList" />
        <xs:enumeration value="CombinedList" />
        <xs:enumeration value="CustomerList" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The AudienceType value set has the following values: CombinedList, Custom, CustomerList, InMarket, Product, RemarketingList, SimilarRemarketingList.

Value Description
CombinedList The audience is a combined list.
Custom The audience is a custom audience.
CustomerList Reserved.
InMarket The audience is an in-market audience.
Product The audience is a product audience.
RemarketingList The audience is a remarketing list.
SimilarRemarketingList The audience is a similar remarketing list.

Requirements

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

Used By

Audience
AudienceCriterion
AudienceInfo
GetAudiencesByIds