Uwaga: przeglądasz dokumentację interfejsu REST interfejsu API. Większość oficjalnych bibliotek klienta używa gRPC. Więcej informacji znajdziesz we
wprowadzeniu do REST.
AdGroupCriterionLabel
Relacja między kryterium w grupie reklam a etykietą.
Zapis JSON |
{
"resourceName": string,
"adGroupCriterion": string,
"label": string
} |
Pola |
resourceName |
string
Niezmienna. Nazwa zasobu etykiety kryterium grupy reklam. Nazwy zasobów etykiet kryteriów w grupie reklam mają postać: customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id}
|
adGroupCriterion |
string
Niezmienna. Kryterium w grupie reklam, do którego jest dołączona etykieta.
|
label |
string
Niezmienna. Etykieta przypisana do kryterium w grupie reklam.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-03-07 UTC.
[null,null,["Ostatnia aktualizacja: 2025-03-07 UTC."],[[["Ad group criterion labels represent a relationship between an ad group criterion and a label, allowing for categorization and organization."],["They are identified by a unique resource name following a specific format: `customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id}`."],["Essential properties include the ad group criterion to which the label is attached and the label itself, both of which are immutable once set."],["The JSON representation encapsulates these properties for easy data exchange and manipulation."]]],[]]