CampaignFeed

キャンペーン フィード

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

string

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

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

placeholderTypes[]

enum (PlaceholderType)

接続しているキャンペーンでフィードに入力可能なプレースホルダ タイプを示します。必須。

matchingFunction

object (MatchingFunction)

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

status

enum (FeedLinkStatus)

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

feed

string

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

campaign

string

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