CustomerListUserData Data Object - Campaign Management

Defines a CustomerListUserData data object.

Syntax

<xs:complexType name="CustomerListUserData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="ActionType" type="tns:CustomerListActionType" />
    <xs:element name="AudienceId" type="xs:long" />
    <xs:element name="CustomerListItemSubType" type="tns:CustomerListItemSubType" />
    <xs:element xmlns:q129="http://schemas.microsoft.com/2003/10/Serialization/Arrays" name="CustomerListItems" nillable="true" type="q129:ArrayOfstring" />
  </xs:sequence>
</xs:complexType>

Elements

The CustomerListUserData object has the following elements: ActionType, AudienceId, CustomerListItems, CustomerListItemSubType.

Element Description Data Type
ActionType The action type when uploading user data. CustomerListActionType
AudienceId The Microsoft Advertising assigned identifier of an audience, for example the customer list ID. long
CustomerListItems Take an action for a customer list item within this array. string array
CustomerListItemSubType The user data type of the customer list item. CustomerListItemSubType

Requirements

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

Used By

ApplyCustomerListUserData