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

Sabit. Müşteri negatif ölçütünün kaynak adı. Müşteri negatif ölçüt kaynağı adlarının biçimi şu şekildedir:

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.

Birleştirme alanı criterion. Müşteri olumsuz ölçütü.

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

contentLabel

object (ContentLabelInfo)

Sabit. ContentLabel'i tıklayın.

mobileApplication

object (MobileApplicationInfo)

Sabit. MobileApplication.

mobileAppCategory

object (MobileAppCategoryInfo)

Sabit. Mobil Uygulama Kategorisi.

placement

object (PlacementInfo)

Sabit. Yerleşim.

youtubeVideo

object (YouTubeVideoInfo)

Sabit. YouTube videosu.

youtubeChannel

object (YouTubeChannelInfo)

Sabit. YouTube kanalı.

negativeKeywordList

object (NegativeKeywordListInfo)

Sabit. NegatifAnahtarKelimeListesi.

ipBlock

object (IpBlockInfo)

Sabit. IPBLock

NegativeKeywordListInfo

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

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

string

Olumsuz Anahtar Kelime Listeleri, paylaşılan küme kaynak adı.