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

与请求中指定的标识符直接对应的列表组。 如果列表中的标识符无效,响应中的相应项将设置为 null。

语法

<xs:complexType name="AssetGroupListingGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AssetGroupId" type="xs:long" />
    <xs:element minOccurs="0" name="AssetGroupListingType" type="tns:AssetGroupListingType" />
    <xs:element minOccurs="0" name="Dimension" nillable="true" type="tns:ProductCondition" />
    <xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="IsExcluded" type="xs:boolean" />
    <xs:element minOccurs="0" name="ParentListingGroupId" nillable="true" type="xs:long" />
  </xs:sequence>
</xs:complexType>

元素

AssetGroupListingGroup 对象具有以下元素:AssetGroupIdAssetGroupListingTypeDimensionIdIsExcludedParentListingGroupId

元素 说明 数据类型
AssetGroupId 此列表组所属的资产组的标识符。

添加:必需
更新:不支持
删除:必需
long
AssetGroupListingType 列表组的类型,例如 细分单位

添加:必需
更新:不支持
删除:可选
AssetGroupListingType
Dimension 一种条件,可帮助确定Microsoft商家中心商店的产品是否作为广告提供。

可以通过使用 ApplyAssetGroupListingGroupActions 创建 AssetGroupListingGroup 对象的树来指定多个产品条件。 对于要作为广告的目录项,它必须满足所有条件。

添加:必需
更新:不支持
删除:可选
ProductCondition
ID AssetGroupListingGroup 的唯一Microsoft广告标识符。

添加:只读
更新:只读
long
IsExcluded 如果想要排除当前指定的产品,则设置为 true 。 否则,将包含产品。

默认值为 false

添加:可选
更新:不支持
删除:可选
boolean
ParentListingGroupId 父列表组的标识符。

如果列表组节点表示列表组树的根节点,则必须将此元素设置为 null。

添加:必需
更新:不支持
删除:必需
long

要求

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

使用者

AssetGroupListingGroupAction
GetAssetGroupListingGroupsByIds