CampaignFeed

キャンペーン フィード

JSON 表現
{
  "resourceName": string,
  "placeholderTypes": [
    enum (PlaceholderType)
  ],
  "matchingFunction": {
    object (MatchingFunction)
  },
  "status": enum (FeedLinkStatus),
  "feed": string,
  "campaign": string
}
フィールド
resourceName

string

変更不可。キャンペーン フィードのリソース名。キャンペーン フィードのリソース名の形式は次のとおりです。

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

placeholderTypes[]

enum (PlaceholderType)

接続されたキャンペーンでフィードに入力されるプレースホルダのタイプを示します。必須。

matchingFunction

object (MatchingFunction)

CampaignFeed に関連付けられているマッチング関数。マッチング関数は、選択したフィード アイテムをフィルタするために使用されます。必須。

status

enum (FeedLinkStatus)

出力のみ。キャンペーン フィードのステータス。このフィールドは読み取り専用です。

feed

string

変更不可。CampaignFeed が属するフィード。

campaign

string

変更不可。CampaignFeed が属するキャンペーン。