Achtung:Sie lesen die Dokumentation für die REST-Schnittstelle der API. Die meisten unserer offiziellen Clientbibliotheken verwenden gRPC.
Weitere Informationen
CustomerNegativeCriterion
Ein negatives Kriterium für Ausschlüsse auf Kundenebene.
JSON-Darstellung |
{
"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 .
} |
Felder |
resourceName |
string
Nicht veränderbar. Der Ressourcenname des negativen Kundenkriteriums. Ressourcennamen für auszuschließende Kundenkriterien haben folgendes Format: customers/{customerId}/customerNegativeCriteria/{criterionId}
|
type |
enum (CriterionType )
Nur Ausgabe. Der Typ des Kriteriums.
|
id |
string (int64 format)
Nur Ausgabe. Die ID des Kriteriums.
|
Union-Feld criterion . Das negative Kundenkriterium. Es muss genau ein Wert festgelegt werden. Für criterion ist nur einer der folgenden Werte zulässig: |
contentLabel |
object (ContentLabelInfo )
Nicht veränderbar. ContentLabel.
|
mobileApplication |
object (MobileApplicationInfo )
Nicht veränderbar. MobileApplication aus.
|
mobileAppCategory |
object (MobileAppCategoryInfo )
Nicht veränderbar. MobileAppCategory.
|
placement |
object (PlacementInfo )
Nicht veränderbar. Placement.
|
youtubeVideo |
object (YouTubeVideoInfo )
Nicht veränderbar. YouTube-Video
|
youtubeChannel |
object (YouTubeChannelInfo )
Nicht veränderbar. YouTube-Kanal
|
negativeKeywordList |
object (NegativeKeywordListInfo )
Nicht veränderbar. Liste mit auszuschließenden Keywords aus.
|
ipBlock |
object (IpBlockInfo )
Nicht veränderbar. IPBLock
|
NegativeKeywordListInfo
Ein Kriterium für eine Liste mit auszuschließenden Keywords. Stellt eine freigegebene Gruppe auszuschließender Keywords dar, die auf Kontoebene ausgeschlossen werden können. Pro Konto kann nur ein Kriterium für Listen mit auszuschließenden Keywords angehängt werden.
JSON-Darstellung |
{
"sharedSet": string
} |
Felder |
sharedSet |
string
Der Name der Ressource der Freigabeeinstellung „NegativeKeywordListInfo“.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-11-06 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-11-06 (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"]]