ProductAudienceType Value Set - Campaign Management

Defines the possible types of product audiences.

Syntax

<xs:simpleType name="ProductAudienceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="GeneralVisitors" />
        <xs:enumeration value="ProductSearchers" />
        <xs:enumeration value="ProductViewers" />
        <xs:enumeration value="ShoppingCartAbandoners" />
        <xs:enumeration value="PastBuyers" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The ProductAudienceType value set has the following values: GeneralVisitors, PastBuyers, ProductSearchers, ProductViewers, ShoppingCartAbandoners.

Value Description
GeneralVisitors The audience includes general visitors.
PastBuyers The audience includes past buyers.
ProductSearchers The audience includes product searchers.
ProductViewers The audience includes product viewers.
ShoppingCartAbandoners The audience includes shopping cart abandoners.

Requirements

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

Used By

ProductAudience