Внимание! Вы просматриваете документацию по интерфейсу REST API. Большинство наших официальных клиентских библиотек используют gRPC. Подробнее см. в разделе
Введение в REST .
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) Только вывод. Идентификатор критерия. |
criterion поля объединения. Отрицательный критерий клиента. Должен быть установлен именно один. criterion может быть только одним из следующих: |
contentLabel | object ( ContentLabelInfo ) Неизменяемый. Контентлейбл. |
mobileApplication | object ( MobileApplicationInfo ) Неизменяемый. Мобильное приложение. |
mobileAppCategory | object ( MobileAppCategoryInfo ) Неизменяемый. Категория мобильных приложений. |
placement | object ( PlacementInfo ) Неизменяемый. Размещение. |
youtubeVideo | object ( YouTubeVideoInfo ) Неизменяемый. Видео на YouTube. |
youtubeChannel | object ( YouTubeChannelInfo ) Неизменяемый. YouTube-канал. |
negativeKeywordList | object ( NegativeKeywordListInfo ) Неизменяемый. Список отрицательных ключевых слов. |
ipBlock | object ( IpBlockInfo ) Неизменяемый. IPBLock |
Отрицательное ключевое словоСписокИнформация
Критерий списка отрицательных ключевых слов. Представляет общий набор минус-слов, которые можно исключить на уровне аккаунта. К одному аккаунту можно прикрепить только один критерий списка минус-слов.
JSON-представление |
---|
{
"sharedSet": string
} |
Поля |
---|
sharedSet | string Имя ресурса общего набора NegativeKeywordListInfo. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-03-07 UTC.
[null,null,["Последнее обновление: 2025-03-07 UTC."],[[["CustomerNegativeCriterion is used to define negative criteria for exclusions at the customer level."],["It supports various criterion types such as ContentLabel, MobileApplication, MobileAppCategory, Placement, YouTubeVideo, YouTubeChannel, NegativeKeywordList, and IpBlock."],["NegativeKeywordListInfo represents a shared set of negative keywords that can be applied at the account level."],["Only one negative keyword list criterion can be associated with each account."]]],["This document details customer-level negative criteria for exclusions, defined through a JSON structure. Key actions involve specifying `criterion` types, with only one allowed per entry. Available types include `contentLabel`, `mobileApplication`, `mobileAppCategory`, `placement`, `youtubeVideo`, `youtubeChannel`, `negativeKeywordList`, and `ipBlock`. Each criterion is identified by a `resourceName`, `type`, and `id`. `NegativeKeywordListInfo` allows the exclusion of a shared set of negative keywords, defined by the `sharedSet` field.\n"]]