Uwaga: przeglądasz dokumentację interfejsu REST interfejsu API. Większość oficjalnych bibliotek klienta używa gRPC. Więcej informacji znajdziesz we
wprowadzeniu do REST.
AdGroupCriterionLabelOperation
Pojedyncza operacja (tworzenie i usuwanie) na etykiecie kryterium w grupie reklam.
Zapis JSON |
{
// Union field operation can be only one of the following:
"create": {
object (AdGroupCriterionLabel )
},
"remove": string
// End of list of possible types for union field operation .
} |
Pola |
Pole unii operation . Operacja przekształcania. operation może być tylko jednym z tych elementów: |
create |
object (AdGroupCriterionLabel )
Operacja tworzenia: nowa etykieta grupy reklam nie wymaga nazwy zasobu.
|
remove |
string
Operacja usuwania: nazwa zasobu etykiety kryterium grupy reklam w formacie: customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id}
|
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: 2024-11-05 UTC.
[null,null,["Ostatnia aktualizacja: 2024-11-05 UTC."],[[["This documentation describes how to perform single operations (create or remove) on ad group criterion labels using JSON."],["The JSON request must include an `operation` field specifying either \"create\" with an AdGroupCriterionLabel object or \"remove\" with a resource name."],["When creating a new ad group criterion label, no resource name is required; when removing, provide the full resource name in the specified format."]]],[]]