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

定义可以使用共享受众或 UET 标记的客户或帐户。

提示

有关在 帐户层次结构中共享访问群体和 UET 标记的概述,请参阅 共享受众和 UET 标记 技术指南。

语法

<xs:complexType name="CustomerAccountShare" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AccountId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="Associations" nillable="true" type="tns:ArrayOfCustomerAccountShareAssociation" />
    <xs:element minOccurs="0" name="CustomerId" nillable="true" type="xs:long" />
  </xs:sequence>
</xs:complexType>

元素

CustomerAccountShare 对象具有以下元素:AccountIdAssociationsCustomerId

元素 说明 数据类型
AccountId 可以使用共享受众的广告客户帐户的标识符。

此元素不适用于 UET 标记,因为不能将 UET 标记限制为广告客户帐户的子集。 只能在 CustomerId 级别创建和共享 UET 标记。

如果未设置此元素,则 CustomerId 下的所有帐户都可以使用共享受众或 UET 标记。 对于与一部分广告客户帐户共享的受众,每个广告客户帐户中必须存在一个 CustomerAccountShare 对象,无论广告客户帐户是否属于同一客户。

加: 自选。 必须设置 AccountIdCustomerId,但不能同时设置这两者。
更新: 自选。 必须设置 AccountIdCustomerId,但不能同时设置这两者。 如果未为更新设置任何值,则不会更改此设置。
long
协会 提供有关是否以及如何使用共享受众或 UET 标记的详细信息。

每个列表项都包含相应使用类型的关联计数。

加: 只读
更新: 只读
CustomerAccountShareAssociation 数组
CustomerId 可以使用共享受众或 UET 标记的客户标识符。

如果未设置此元素,则受众仅与此客户下的一部分广告客户帐户共享。 有关与广告客户帐户共享受众的详细信息,请参阅 AccountId

加: 自选。 必须设置 AccountIdCustomerId,但不能同时设置这两者。
更新: 自选。 如果未为更新设置任何值,则不会更改此设置。
long

要求

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

使用者

CustomerShare