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.
Columns
Name | Type | Behavior | Description |
CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
FeedItemSetDisplayName | String | ATTRIBUTE | Name of the set. Must be unique within the account. |
FeedItemSetDynamicAffiliateLocationSetFilterChainIds | String | ATTRIBUTE | Used to filter affiliate locations by chain ids. Only affiliate locations that belong to the specified chain(s) will be added to the FeedItemSet. |
FeedItemSetDynamicLocationSetFilterBusinessNameFilterBusinessName | String | ATTRIBUTE | Business name string to use for filtering. |
FeedItemSetDynamicLocationSetFilterBusinessNameFilterFilterType | String | ATTRIBUTE | The type of string matching to use when filtering with business_name.
使用できる値は次のとおりです。EXACT, UNKNOWN, UNSPECIFIED |
FeedItemSetDynamicLocationSetFilterLabels | String | ATTRIBUTE | If multiple labels are set, then only feeditems marked with all the labels will be added to the FeedItemSet. |
FeedItemSetFeed | String | ATTRIBUTE | Immutable. The resource name of the feed containing the feed items in the set. Immutable. Required. |
FeedItemSetFeedItemSetId | Long | ATTRIBUTE | Output only. ID of the set. |
FeedItemSetResourceName | String | ATTRIBUTE | 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} |
FeedItemSetStatus | String | ATTRIBUTE | Output only. Status of the feed item set. This field is read-only.
使用できる値は次のとおりです。ENABLED, REMOVED, UNKNOWN, UNSPECIFIED |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |