SharedCriterion

共有設定に属する基準。

JSON 表現
{
  "resourceName": string,
  "type": enum (CriterionType),
  "sharedSet": string,
  "criterionId": string,

  // Union field criterion can be only one of the following:
  "keyword": {
    object (KeywordInfo)
  },
  "youtubeVideo": {
    object (YouTubeVideoInfo)
  },
  "youtubeChannel": {
    object (YouTubeChannelInfo)
  },
  "placement": {
    object (PlacementInfo)
  },
  "mobileAppCategory": {
    object (MobileAppCategoryInfo)
  },
  "mobileApplication": {
    object (MobileApplicationInfo)
  }
  // End of list of possible types for union field criterion.
}
フィールド
resourceName

string

不変。共有条件のリソース名。共有設定のリソース名の形式は次のとおりです。

customers/{customerId}/sharedCriteria/{shared_set_id}~{criterionId}

type

enum (CriterionType)

出力のみ。評価基準のタイプ。

sharedSet

string

不変。共有条件が属する共有設定。

criterionId

string (int64 format)

出力のみ。条件の ID。

このフィールドはミューテーションの場合は無視されます。

共用体フィールド criterion。評価基準。

正確に 1 つ設定する必要があります。criterion は次のいずれかになります。

keyword

object (KeywordInfo)

不変。キーワード

youtubeVideo

object (YouTubeVideoInfo)

不変。YouTube 動画

youtubeChannel

object (YouTubeChannelInfo)

不変。YouTube チャンネル

placement

object (PlacementInfo)

不変。プレースメント。

mobileAppCategory

object (MobileAppCategoryInfo)

不変。モバイルアプリ カテゴリ

mobileApplication

object (MobileApplicationInfo)

不変。モバイルアプリ。