FeedItemSet
Stay organized with collections
Save and categorize content based on your preferences.
Represents a set of feed items. The set can be used and shared among certain feed item features. For instance, the set can be referenced within the matching functions of CustomerFeed, CampaignFeed, and AdGroupFeed.
Fields |
resource_name
|
string
Immutable. The resource name of the feed item set. Feed item set resource names have the form: customers/{customer_id}/feedItemSets/{feed_id}~{feed_item_set_id}
|
feed
|
string
Immutable. The resource name of the feed containing the feed items in the set. Immutable. Required.
|
feed_item_set_id
|
int64
Output only. ID of the set.
|
display_name
|
string
Name of the set. Must be unique within the account.
|
status
|
FeedItemSetStatus
Output only. Status of the feed item set. This field is read-only.
|
Union field dynamic_set_filter
dynamic_set_filter . Represents a filter on locations in a feed item set. Only applicable if the parent Feed of the FeedItemSet is a LOCATION feed. dynamic_set_filter can be only one of the following: |
dynamic_location_set_filter
|
DynamicLocationSetFilter
Filter for dynamic location set. It is only used for sets of locations.
|
dynamic_affiliate_location_set_filter
|
DynamicAffiliateLocationSetFilter
Filter for dynamic affiliate location set. This field doesn't apply generally to feed item sets. It is only used for sets of affiliate locations.
|
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."],[[["Feed item sets represent a collection of feed items that can be used and shared across different features like CustomerFeed, CampaignFeed, and AdGroupFeed."],["Each feed item set is identified by a unique resource name within a specific Google Ads account and is associated with a particular feed."],["A feed item set can optionally be filtered by dynamic location or dynamic affiliate location, particularly relevant for location-based feeds."],["The status and unique ID of a feed item set are automatically assigned by the system and are read-only."],["Users can define a descriptive display name for the feed item set, ensuring its uniqueness within the account."]]],[]]