CustomerNegativeCriterion

顧客単位で除外するための除外条件です。

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

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

string

変更不可。顧客の除外条件のリソース名です。顧客の除外条件のリソース名の形式は、

customers/{customerId}/customerNegativeCriteria/{criterionId}

type

enum (CriterionType)

出力のみ。条件のタイプ。

id

string (int64 format)

出力のみ。条件の ID。

共用体フィールド criterion。顧客の除外条件です。

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

contentLabel

object (ContentLabelInfo)

変更不可。。

mobileApplication

object (MobileApplicationInfo)

変更不可。MobileApplication です。

mobileAppCategory

object (MobileAppCategoryInfo)

変更不可。MobileAppCategory です。

placement

object (PlacementInfo)

変更不可。プレースメント。

youtubeVideo

object (YouTubeVideoInfo)

変更不可。YouTube 動画

youtubeChannel

object (YouTubeChannelInfo)

変更不可。YouTube チャンネル

negativeKeywordList

object (NegativeKeywordListInfo)

変更不可。除外キーワード リスト。

NegativeKeywordListInfo

除外キーワード リストの条件。アカウント単位で除外できる除外キーワードのセットを表します。除外キーワード リストの条件は、アカウントごとに 1 つだけ適用できます。

JSON 表現
{
  "sharedSet": string
}
フィールド
sharedSet

string

NegativeKeywordListInfo 共有設定のリソース名です。