ListingGroupInfo

  • Describes the criteria for a listing group in Google Ads.

  • Includes fields for type, case value, parent ad group criterion, and path of the listing group.

  • Defines type using a reference to ListingGroupTypeEnum.ListingGroupType.

  • Defines case_value using a reference to ListingDimensionInfo and notes it's undefined for the root group.

  • Defines parent_ad_group_criterion as a string resource name and notes it's null for the root group.

  • Defines path using a reference to ListingDimensionPath.

A listing group criterion.

Fields

type

ListingGroupType

Type of the listing group.

case_value

ListingDimensionInfo

Dimension value with which this listing group is refining its parent. Undefined for the root group.

parent_ad_group_criterion

string

Resource name of ad group criterion which is the parent listing group subdivision. Null for the root group.

path

ListingDimensionPath

The path of dimensions defining this listing group.