共用方式為


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 物件具有下列元素:CustomerAccountSharesOwnerCustomerId

元素 描述 資料類型
CustomerAccountShares 決定共享物件或 UET 標籤的客戶和帳戶清單。 詳細數據包括對象關聯計數。

當物件或 UET 標籤尚未共享時,此元素會是 nil 或空白。 共享物件或 UET 標籤之後,每個可以使用共用的客戶都會傳回 CustomerAccountShare 物件,包括擁有者的一個清單專案。

加: 必填
更新: 自選。 建立此 CustomerShare 對象之後,將會移除或取代現有的 CustomerAccountShare 列表。 若要移除所有現有的客戶帳戶共用,請建立此 CustomerShare 物件,並將 CustomerAccountShares 元素設定為 nil。 若要取代或附加至客戶帳戶共用清單,請建立此 CustomerShare 物件,並將 CustomerAccountShares 元素的新 CustomerAccountShare 物件清單指派給 CustomerAccountShare 物件,包括您想要保留的任何先前客戶帳戶共用。 若要保留所有現有的客戶帳戶共用,請將使用此 CustomerShare 對象的項目設定為 nil。 例如,如果您不想更新任何客戶帳戶共用,請將 RemarketingListCustomerShare 元素設定為 nil。
CustomerAccountShare 陣列
OwnerCustomerId 擁有共享的客戶。

加: 唯讀
更新: 唯讀

需求

服務: CampaignManagementService.svc v13
命名空間: https://bingads.microsoft.com/CampaignManagement/v13

消費者

對象
UetTag