AdGroupFeed

An ad group feed.

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

string

Immutable. The resource name of the ad group feed. Ad group feed resource names have the form:

`customers/{customerId}/adGroupFeeds/{adGroupId}~{feedId}

placeholderTypes[]

enum (PlaceholderType)

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

matchingFunction

object (MatchingFunction)

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

status

enum (FeedLinkStatus)

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

feed

string

Immutable. The feed being linked to the ad group.

adGroup

string

Immutable. The ad group being linked to the feed.