AssetGroupListingGroup Data Object - Campaign Management

A listing group that corresponds directly to the identifiers specified in the request. If an identifier in the list is not valid, the corresponding item in the response is set to null.

Syntax

<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>

Elements

The AssetGroupListingGroup object has the following elements: AssetGroupId, AssetGroupListingType, Dimension, Id, IsExcluded, ParentListingGroupId.

Element Description Data Type
AssetGroupId The identifier of the asset group this listing group belongs to.

Add: Required
Update: Not supported
Delete: Required
long
AssetGroupListingType The type of listing group, e.g., Subdivision or Unit.

Add: Required
Update: Not supported
Delete: Optional
AssetGroupListingType
Dimension A condition that helps determine whether a product from the Microsoft Merchant Center store gets served as an ad.

Multiple product conditions can be specified by creating a tree of AssetGroupListingGroup objects using ApplyAssetGroupListingGroupActions. For a catalog item to be served as an ad, it must meet all conditions.

Add: Required
Update: Not supported
Delete: Optional
ProductCondition
Id The unique Microsoft Advertising identifier of the AssetGroupListingGroup.

Add: Read-only
Update: Readonly
long
IsExcluded Set to true If you want to exclude products specified by current. Otherwise, the products will be included.

Default value is false.

Add: Optional
Update: Not supported
Delete: Optional
boolean
ParentListingGroupId The identifier of the parent listing group.

This element must be set to null if the listing group node represents the root node of a listing group tree.

Add: Required
Update: Not supported
Delete: Required
long

Requirements

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

Used By

AssetGroupListingGroupAction
GetAssetGroupListingGroupsByIds