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)

変更不可。NegativeKeywordList。

ipBlock

object (IpBlockInfo)

変更不可。IPBLock

NegativeKeywordListInfo

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

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

string

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