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)

不可變動。MobileAppCategory.

placement

object (PlacementInfo)

不可變動。刊登位置,

youtubeVideo

object (YouTubeVideoInfo)

不可變動。YouTube 影片。

youtubeChannel

object (YouTubeChannelInfo)

不可變動。YouTube 頻道。

negativeKeywordList

object (NegativeKeywordListInfo)

不可變動。排除 KeywordList。

ipBlock

object (IpBlockInfo)

不可變動。IPBLock

NegativeKeywordListInfo

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

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

string

ExcludeKeywordListInfo 共用組合資源名稱。