Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a CustomerListUserData data object.
Syntax
<xs:complexType name="CustomerListUserData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="AcceptCustomerMatchTerm" nillable="true" type="xs:boolean">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="ActionType" type="tns:CustomerListActionType" />
<xs:element name="AudienceId" type="xs:long" />
<xs:element name="CustomerListItemSubType" type="tns:CustomerListItemSubType" />
<xs:element xmlns:q132="http://schemas.microsoft.com/2003/10/Serialization/Arrays" name="CustomerListItems" nillable="true" type="q132:ArrayOfstring" />
</xs:sequence>
</xs:complexType>
Elements
The CustomerListUserData object has the following elements: AcceptCustomerMatchTerm, ActionType, AudienceId, CustomerListItems, CustomerListItemSubType.
| Element | Description | Data Type |
|---|---|---|
| AcceptCustomerMatchTerm | Optional flag to accept Customer Match terms for this request. - true: Accept terms and process customer data- false: Reject terms and return error 8003 (CustomerListTermsAndConditionsNotAccepted)- Not set: Fallback to previous behavior in which to accept terms through the Microsoft Advertising UI Add: Optional Update: Optional |
boolean |
| 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 | An array of customer list items. When CustomerListItemSubType is "Email", each item must be a SHA-256 hashed email address (lowercase hexadecimal string of 64 characters). For example, the email test@contoso.com should be hashed as a8e34c39d390c30c3ff245256c46c7076cecb7dfcfd60f7534d1037e901fad76. |
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