CustomerFeed

A customer feed.

JSON representation
{
  "resourceName": string,
  "placeholderTypes": [
    enum (PlaceholderType)
  ],
  "matchingFunction": {
    object (MatchingFunction)
  },
  "status": enum (FeedLinkStatus),
  "feed": string
}
Fields
resourceName

string

Immutable. The resource name of the customer feed. Customer feed resource names have the form:

customers/{customerId}/customerFeeds/{feedId}

placeholderTypes[]

enum (PlaceholderType)

Indicates which placeholder types the feed may populate under the connected customer. Required.

matchingFunction

object (MatchingFunction)

Matching function associated with the CustomerFeed. The matching function is used to filter the set of feed items selected. Required.

status

enum (FeedLinkStatus)

Output only. Status of the customer feed. This field is read-only.

feed

string

Immutable. The feed being linked to the customer.