AssetGroupListingGroupFilter
Stay organized with collections
Save and categorize content based on your preferences.
AssetGroupListingGroupFilter represents a listing group filter tree node in an asset group.
Fields |
resource_name
|
string
Immutable. The resource name of the asset group listing group filter. Asset group listing group filter resource name have the form: customers/{customer_id}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id}
|
asset_group
|
string
Immutable. The asset group which this asset group listing group filter is part of.
|
id
|
int64
Output only. The ID of the ListingGroupFilter.
|
type
|
ListingGroupFilterType
Immutable. Type of a listing group filter node.
|
listing_source
|
ListingGroupFilterListingSource
Immutable. The source of listings filtered by this listing group filter.
|
case_value
|
ListingGroupFilterDimension
Dimension value with which this listing group is refining its parent. Undefined for the root group.
|
parent_listing_group_filter
|
string
Immutable. Resource name of the parent listing group subdivision. Null for the root listing group filter node.
|
path
|
ListingGroupFilterDimensionPath
Output only. The path of dimensions defining this listing group filter.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["AssetGroupListingGroupFilter defines a hierarchical filter structure within an asset group for organizing listings."],["Each filter node has properties like resource name, ID, type, listing source, and a dimensional value for refinement."],["Filters can be nested, with parent-child relationships established through `parent_listing_group_filter`."],["`path` provides a view of the dimensional hierarchy leading to a specific filter node."],["The structure allows advertisers to target specific listing groups based on dimensions like product type or brand."]]],[]]