CustomerShare 数据对象 - 市场活动管理
定义客户拥有的可共享受众或 UET 标记。
提示
有关在 帐户层次结构中共享访问群体和 UET 标记的概述,请参阅 共享受众和 UET 标记 技术指南。
语法
<xs:complexType name="CustomerShare" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="CustomerAccountShares" nillable="true" type="tns:ArrayOfCustomerAccountShare" />
<xs:element minOccurs="0" name="OwnerCustomerId" nillable="true" type="xs:long" />
</xs:sequence>
</xs:complexType>
元素
CustomerShare 对象具有以下元素:CustomerAccountShares、OwnerCustomerId。
元素 | 说明 | 数据类型 |
---|---|---|
CustomerAccountShares | 确定共享受众或 UET 标记的客户和帐户的列表。 详细信息包括访问群体关联计数。 当尚未共享受众或 UET 标记时,此元素将为零或空。 共享访问群体或 UET 标记后,将为每个可以使用共享的客户返回 CustomerAccountShare 对象,其中包括所有者的一个列表项。 加: 必填 更新: 自选。 创建此 CustomerShare 对象后,将删除或替换现有的 CustomerAccountShare 列表。 若要删除所有现有客户帐户共享,请创建此 CustomerShare 对象并将 CustomerAccountShares 元素设置为 nil。 若要替换或追加到客户帐户共享列表,请创建此 CustomerShare 对象,并为 CustomerAccountShares 元素分配 CustomerAccountShare 对象的新列表,包括要保留的任何以前的客户帐户共享。 若要保留所有现有客户帐户共享,请将使用此 CustomerShare 对象的元素设置为 nil。 例如,如果不想更新任何客户帐户共享,请将 RemarketingList 的 CustomerShare 元素设置为 nil。 |
CustomerAccountShare 数组 |
OwnerCustomerId | 拥有共享的客户。 加: 只读 更新: 只读 |
long |
要求
服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13