AssetGroupListingGroupFilter
AssetGroupListingGroupFilter represents a listing group filter tree node in an asset group.
Columns
| Name | Type | Behavior | Description |
| AssetGroupListingGroupFilterAssetGroup | String | ATTRIBUTE | Immutable. The asset group which this asset group listing group filter is part of. |
| AssetGroupListingGroupFilterCaseValueProductBrandValue | String | ATTRIBUTE | String value of the product brand. |
| AssetGroupListingGroupFilterCaseValueProductCategoryCategoryId | Long | ATTRIBUTE | ID of the product category. This ID is equivalent to the google_product_category ID as described in this article: https://support.google.com/merchants/answer/6324436 |
| AssetGroupListingGroupFilterCaseValueProductCategoryLevel | String | ATTRIBUTE | Indicates the level of the category in the taxonomy.
The allowed values are LEVEL1, LEVEL2, LEVEL3, LEVEL4, LEVEL5, UNKNOWN. |
| AssetGroupListingGroupFilterCaseValueProductChannelChannel | String | ATTRIBUTE | Value of the locality.
The allowed values are LOCAL, ONLINE, UNKNOWN. |
| AssetGroupListingGroupFilterCaseValueProductConditionCondition | String | ATTRIBUTE | Value of the condition.
The allowed values are NEW, REFURBISHED, UNKNOWN, USED. |
| AssetGroupListingGroupFilterCaseValueProductCustomAttributeIndex | String | ATTRIBUTE | Indicates the index of the custom attribute.
The allowed values are INDEX0, INDEX1, INDEX2, INDEX3, INDEX4, UNKNOWN. |
| AssetGroupListingGroupFilterCaseValueProductCustomAttributeValue | String | ATTRIBUTE | String value of the product custom attribute. |
| AssetGroupListingGroupFilterCaseValueProductItemIdValue | String | ATTRIBUTE | Value of the id. |
| AssetGroupListingGroupFilterCaseValueProductTypeLevel | String | ATTRIBUTE | Level of the type.
The allowed values are LEVEL1, LEVEL2, LEVEL3, LEVEL4, LEVEL5, UNKNOWN. |
| AssetGroupListingGroupFilterCaseValueProductTypeValue | String | ATTRIBUTE | Value of the type. |
| AssetGroupListingGroupFilterCaseValueWebpageConditions | String | ATTRIBUTE | The webpage conditions are case sensitive and these are and-ed together when evaluated for filtering. All the conditions should be of same type. |
| AssetGroupListingGroupFilterId | Long | ATTRIBUTE | Output only. The ID of the ListingGroupFilter. |
| AssetGroupListingGroupFilterListingSource | String | ATTRIBUTE | Immutable. The source of listings filtered by this listing group filter.
The allowed values are SHOPPING, UNKNOWN, WEBPAGE. |
| AssetGroupListingGroupFilterParentListingGroupFilter | String | ATTRIBUTE | Immutable. Resource name of the parent listing group subdivision. Null for the root listing group filter node. |
| AssetGroupListingGroupFilterPath | String | ATTRIBUTE | Output only. The path of dimensions defining this listing group filter. |
| AssetGroupListingGroupFilterResourceName | String | ATTRIBUTE | 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} |
| AssetGroupListingGroupFilterType | String | ATTRIBUTE | Immutable. Type of a listing group filter node.
The allowed values are SUBDIVISION, UNIT_EXCLUDED, UNIT_INCLUDED, UNKNOWN. |
| CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |