FeedItemSet

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.