CustomerListActionType Value Set - Campaign Management

Defines a CustomerListActionType value set.

Syntax

<xs:simpleType name="CustomerListActionType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="None" />
    <xs:enumeration value="Add" />
    <xs:enumeration value="Remove" />
    <xs:enumeration value="Replace" />
  </xs:restriction>
</xs:simpleType>

Values

The CustomerListActionType value set has the following values: Add, None, Remove, Replace.

Value Description
Add The requested action is to add the customer list item.
None The requested action is to take no action for the customer list item.
Remove The requested action is to remove the customer list item.
Replace The requested action is to replace the customer list item.

Requirements

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

Used By

CustomerListUserData