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)
  },
  "ipBlock": {
    object (IpBlockInfo)
  }
  // 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)

変更不可。ContentLabel。

mobileApplication

object (MobileApplicationInfo)

変更不可。MobileApplication で使用します。

mobileAppCategory

object (MobileAppCategoryInfo)

変更不可。MobileAppCategory を表します。

placement

object (PlacementInfo)

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

youtubeVideo

object (YouTubeVideoInfo)

変更不可。YouTube 動画。

youtubeChannel

object (YouTubeChannelInfo)

変更不可。YouTube チャンネル。

negativeKeywordList

object (NegativeKeywordListInfo)

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

ipBlock

object (IpBlockInfo)

変更不可。IPBLock

NegativeKeywordListInfo

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

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

string

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