CustomerNegativeCriterion

Müşteri düzeyinde hariç tutmalar için negatif bir ölçüt.

JSON gösterimi
{
  "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.
}
Alanlar
resourceName

string

Değişmez. Müşterinin olumsuz ölçütünün kaynak adı. Müşteri negatif ölçüt kaynak adları şu biçime sahiptir:

customers/{customerId}/customerNegativeCriteria/{criterionId}

type

enum (CriterionType)

Yalnızca çıkış. Ölçütün türü.

id

string (int64 format)

Yalnızca çıkış. Ölçütün kimliği.

Birlik alanı criterion. Müşterinin olumsuz ölçütü.

Tam olarak bir tane ayarlanmalıdır. criterion yalnızca aşağıdakilerden biri olabilir:

contentLabel

object (ContentLabelInfo)

Değişmez. ContentLabel.

mobileApplication

object (MobileApplicationInfo)

Değişmez. MobileApplication.

mobileAppCategory

object (MobileAppCategoryInfo)

Değişmez. MobileAppCategory.

placement

object (PlacementInfo)

Değişmez. Yerleşim.

youtubeVideo

object (YouTubeVideoInfo)

Değişmez. YouTube videosu.

youtubeChannel

object (YouTubeChannelInfo)

Değişmez. YouTube kanalı.

negativeKeywordList

object (NegativeKeywordListInfo)

Değişmez. NegativeKeywordList.

ipBlock

object (IpBlockInfo)

Değişmez. IPBLock

NegativeKeywordListInfo

Negatif anahtar kelime listesi ölçütü. Hesap düzeyinde hariç tutulabilen paylaşılan bir negatif anahtar kelime grubunu temsil eder. Hesap başına yalnızca bir negatif anahtar kelime listesi ölçütü eklenebilir.

JSON gösterimi
{
  "sharedSet": string
}
Alanlar
sharedSet

string

NegativeKeywordListInfo paylaşılan kümesi kaynak adı.