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,负关键字 (keyword) 列表与市场活动之间的活动关联的最大数目为 20。 对于 PlacementExclusionList,未定义网站排除列表和广告帐户之间的活动关联的最大数目。

加: 只读
更新: 只读
int
ForwardCompatibilityMap 用于向前兼容性的键和值字符串列表,以避免在当前 API 版本中添加新元素时发生重大更改。

将来的版本中将在此处记录向前兼容性更改。 此对象当前没有向前兼容性更改。
KeyValuePairOfstringstring 数组
ID 共享实体的唯一Microsoft广告标识符。

加: 只读
更新: 必填
long
名称 共享实体的名称。

最大字符串长度为 255。

加: 自选
更新: 自选
string
类型 共享实体的类型。

检索 NegativeKeywordList 时,此值为 NegativeKeywordList。 检索 PlacementExclusionList 时,此值为 PlacementExclusionList。 检索 AccountNegativeKeywordList 时,此值为 AccountNegativeKeywordList

有关共享实体类型的详细信息,请参阅 SharedEntity 数据对象备注

加: 只读
更新: 只读
string

要求

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

使用者

AddListItemsToSharedList
DeleteListItemsFromSharedList
GetListItemsBySharedList