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-11-25 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-11-25 UTC."],[[["Represents a collection of feed items that can be used and shared across different features like CustomerFeed, CampaignFeed, and AdGroupFeed."],["Allows for referencing specific sets of feed items within matching functions for streamlined feed management."],["Can be filtered by location or affiliate location, specifically for location-based feeds."],["Each set is identified by a unique resource name and can be given a user-friendly display name."],["Includes a status field indicating the current state of the feed item set."]]],[]]