CustomerNegativeCriterion

Kryterium wykluczenia na poziomie klienta.

Zapis 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.
}
Pola
resourceName

string

Niezmienna. Nazwa zasobu kryterium wykluczenia klienta. Nazwy zasobów kryteriów wykluczających klienta mają postać:

customers/{customerId}/customerNegativeCriteria/{criterionId}

type

enum (CriterionType)

Tylko dane wyjściowe. Typ kryterium.

id

string (int64 format)

Tylko dane wyjściowe. Identyfikator kryterium.

Pole unii criterion. Kryterium wykluczające klienta.

Musisz ustawić dokładnie 1 z nich. criterion może być tylko jednym z tych elementów:

contentLabel

object (ContentLabelInfo)

Niezmienna. ContentLabel.

mobileApplication

object (MobileApplicationInfo)

Niezmienna. MobileApplication.

mobileAppCategory

object (MobileAppCategoryInfo)

Niezmienna. MobileAppCategory.

placement

object (PlacementInfo)

Niezmienna. Miejsce docelowe.

youtubeVideo

object (YouTubeVideoInfo)

Niezmienna. Film w YouTube.

youtubeChannel

object (YouTubeChannelInfo)

Niezmienna. kanał w YouTube,

negativeKeywordList

object (NegativeKeywordListInfo)

Niezmienna. NegativeKeywordList.

ipBlock

object (IpBlockInfo)

Niezmienna. IPBLock

NegativeKeywordListInfo

Kryterium listy wykluczających słów kluczowych. Reprezentuje udostępniony zestaw wykluczających słów kluczowych, które można wykluczyć na poziomie konta. Do każdego konta można dołączyć tylko 1 kryterium listy wykluczających słów kluczowych.

Zapis JSON
{
  "sharedSet": string
}
Pola
sharedSet

string

Nazwa zasobu wspólnego NegativeKeywordListInfo.