CustomerListUserData 数据对象 - 市场活动管理

定义 CustomerListUserData 数据对象。

语法

<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>

元素

CustomerListUserData 对象具有以下元素:ActionTypeAudienceIdCustomerListItemsCustomerListItemSubType

元素 说明 数据类型
ActionType 上传用户数据时的操作类型。 CustomerListActionType
AudienceId Microsoft广告分配的受众标识符,例如客户列表 ID。 long
CustomerListItems 对此数组中的客户列表项执行操作。 字符串 数组
CustomerListItemSubType 客户列表项的用户数据类型。 CustomerListItemSubType

要求

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

使用者

ApplyCustomerListUserData