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)

無法變更。行動應用程式。

mobileAppCategory

object (MobileAppCategoryInfo)

無法變更。MobileAppCategory。

placement

object (PlacementInfo)

無法變更。刊登位置。

youtubeVideo

object (YouTubeVideoInfo)

無法變更。YouTube 影片。

youtubeChannel

object (YouTubeChannelInfo)

無法變更。YouTube 頻道。

negativeKeywordList

object (NegativeKeywordListInfo)

無法變更。排除關鍵字清單。

NegativeKeywordListInfo

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

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

string

NegativeKeywordListInfo 共用組合資源名稱。