CampaignFeed

A campaign feed.

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

string

Immutable. The resource name of the campaign feed. Campaign feed resource names have the form:

`customers/{customerId}/campaignFeeds/{campaignId}~{feedId}

placeholderTypes[]

enum (PlaceholderType)

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

matchingFunction

object (MatchingFunction)

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

status

enum (FeedLinkStatus)

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

feed

string

Immutable. The feed to which the CampaignFeed belongs.

campaign

string

Immutable. The campaign to which the CampaignFeed belongs.