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ü kaynak adları şu biçimdedir:

customers/{customerId}/customerNegativeCriteria/{criterionId}

type

enum (CriterionType)

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

id

string (int64 format)

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

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

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

contentLabel

object (ContentLabelInfo)

Sabit. İçerikEtiketi'ni 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. NegatifAnahtarKelime Listesi.

ipBlock

object (IpBlockInfo)

Sabit. IPBLock

NegativeKeywordListInfo

Negatif Anahtar Kelime Listesi ölçütü. Hesap düzeyinde hariç tutulabilecek 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

NegatifAnahtarKelimeListesiBilgisi paylaşılan küme kaynak adı.