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。客户的排除条件。

必须且只能设置一个。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)

不可变。NegativeKeywordList。

NegativeKeywordListInfo

否定关键字列表条件。表示可在帐号一级排除的共享否定关键字集。每个帐号只能附加一个否定关键字列表条件。

JSON 表示法
{
  "sharedSet": string
}
字段
sharedSet

string

NegativeKeywordListInfo 共享集资源名称。