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 共有設定のリソース名。