Freigeben über


CustomerListUserData-Datenobjekt – Kampagnenverwaltung

Definiert ein CustomerListUserData-Datenobjekt.

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:q130="http://schemas.microsoft.com/2003/10/Serialization/Arrays" name="CustomerListItems" nillable="true" type="q130:ArrayOfstring" />
  </xs:sequence>
</xs:complexType>

Elemente

Das CustomerListUserData-Objekt weist die folgenden Elemente auf: ActionType, AudienceId, CustomerListItems, CustomerListItemSubType.

Element Beschreibung Datentyp
ActionType Der Aktionstyp beim Hochladen von Benutzerdaten. CustomerListActionType
AudienceId Der von Microsoft Advertising zugewiesene Bezeichner einer Zielgruppe, z. B. die Kundenlisten-ID. lang
CustomerListItems Führen Sie eine Aktion für ein Kundenlistenelement innerhalb dieses Arrays aus. Zeichenfolgenarray
CustomerListItemSubType Der Benutzerdatentyp des Kundenlistenelements. CustomerListItemSubType

Anforderungen

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

Verwendet von

ApplyCustomerListUserData