CustomerNegativeCriterion

Một tiêu chí phủ định cho các tiêu chí loại trừ ở cấp khách hàng.

Biểu diễn dưới dạng 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.
}
Trường
resourceName

string

Bất biến. Tên tài nguyên trong tiêu chí phủ định của khách hàng. Tên tài nguyên tiêu chí phủ định của khách hàng có dạng:

customers/{customerId}/customerNegativeCriteria/{criterionId}

type

enum (CriterionType)

Chỉ có đầu ra. Loại tiêu chí.

id

string (int64 format)

Chỉ có đầu ra. Mã của tiêu chí.

Trường kết hợp criterion. Tiêu chí phủ định cho khách hàng.

Bạn phải đặt chính xác một. criterion chỉ có thể là một trong những trạng thái sau đây:

contentLabel

object (ContentLabelInfo)

Bất biến. Nhãn nội dung.

mobileApplication

object (MobileApplicationInfo)

Bất biến. Ứng dụng dành cho thiết bị di động.

mobileAppCategory

object (MobileAppCategoryInfo)

Bất biến. Danh mục ứng dụng di động.

placement

object (PlacementInfo)

Bất biến. Vị trí.

youtubeVideo

object (YouTubeVideoInfo)

Bất biến. Video trên YouTube.

youtubeChannel

object (YouTubeChannelInfo)

Bất biến. Kênh YouTube.

negativeKeywordList

object (NegativeKeywordListInfo)

Bất biến. Danh sách từ khoá phủ định.

ipBlock

object (IpBlockInfo)

Bất biến. IPBLock

NegativeKeywordListInfo

Tiêu chí Danh sách từ khoá phủ định. Đại diện cho một nhóm từ khoá phủ định dùng chung có thể bị loại trừ ở cấp tài khoản. Chỉ có thể đính kèm một tiêu chí danh sách từ khoá phủ định cho mỗi tài khoản.

Biểu diễn dưới dạng JSON
{
  "sharedSet": string
}
Trường
sharedSet

string

Tên tài nguyên nhóm chia sẻ negativeKeywordListInfo.