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)

不可變動。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

排除關鍵字清單條件。代表可在帳戶層級排除的共用排除關鍵字組合。每個帳戶只能附加一個排除關鍵字清單條件。

JSON 表示法
{
  "sharedSet": string
}
欄位
sharedSet

string

NegativeKeywordListInfo 共用設定資源名稱。