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

您只能设置一个。criterion 只能是下列其中一项:

contentLabel

object (ContentLabelInfo)

不可变。内容标签。

mobileApplication

object (MobileApplicationInfo)

不可变。MobileApplication 。

mobileAppCategory

object (MobileAppCategoryInfo)

不可变。移动应用类别。

placement

object (PlacementInfo)

不可变。展示位置。

youtubeVideo

object (YouTubeVideoInfo)

不可变。YouTube 视频。

youtubeChannel

object (YouTubeChannelInfo)

不可变。YouTube 频道。

negativeKeywordList

object (NegativeKeywordListInfo)

不可变。否定关键字列表。

ipBlock

object (IpBlockInfo)

不可变。IPBLock

NegativeKeywordListInfo

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

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

string

negativeKeywordListInfo 共享集资源名称。