共用方式為


SharedList 數據物件 - 營銷活動管理

定義共用清單的基類。

請勿嘗試具現化 SharedList。 您可以建立一或多個衍生自它的下列物件。

語法

<xs:complexType name="SharedList" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:SharedEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="ItemCount" nillable="true" type="xs:int" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

元素

SharedList 物件具有下列元素:ItemCount

元素 說明 資料類型
ItemCount 新增至此共用清單的 SharedListItem 物件數目。

添加: 唯讀
更新: 唯讀
int

SharedList 物件具有 Inherited Elements

繼承的專案

從 SharedEntity 繼承的專案

SharedList 物件衍生自 SharedEntity 物件,並繼承下列元素:AssociationCountForwardCompatibilityMapIdNameType。 下列描述專屬於 SharedList,而且可能不適用於從 SharedEntity 物件繼承相同元素的其他物件。

元素 說明 資料類型
AssociationCount 此共用實體與另一個實體之間的作用中關聯數目,例如營銷活動或廣告帳戶。

針對 NegativeKeywordList,負關鍵詞列表與行銷活動之間的作用中關聯數目上限為 20。 對於 PlacementExclusionList,網站排除清單與廣告帳戶之間的作用中關聯數目上限是未定義的。

添加: 唯讀
更新: 唯讀
int
ForwardCompatibilityMap 用於向前相容性的索引鍵和值字串清單,以避免在目前 API 版本中新增新元素時中斷變更。

未來的版本中將會記下向前相容性變更。 此物件目前沒有向前相容性變更。
KeyValuePairOfstringstring 陣
識別碼 共享實體的唯一 Microsoft Advertising 識別碼。

添加: 唯讀
更新: 必填
名稱 共用實體的名稱。

字串長度上限為 255。

添加:
更新:
string
類型 共用實體的類型。

當您擷取 NegativeKeywordList 時,此值為 NegativeKeywordList。 當您擷取 PlacementExclusionList 時,此值為 PlacementExclusionList 當您擷取 AccountNegativeKeywordList 時,此值為 AccountNegativeKeywordList

如需共用實體類型的詳細資訊,請參閱 SharedEntity 資料物件備註

添加: 唯讀
更新: 唯讀
string

需求

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

消費者

AddListItemsToSharedList
DeleteListItemsFromSharedList
GetListItemsBySharedList