AdGroupLabelOperation

Einzelne Operation (Erstellen, Entfernen) für ein Anzeigengruppen-Label.

JSON-Darstellung
{

  // Union field operation can be only one of the following:
  "create": {
    object (AdGroupLabel)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
Felder
Union-Feld operation. „Mutation“-Vorgang. Für operation ist nur einer der folgenden Werte zulässig:
create

object (AdGroupLabel)

Erstellungsvorgang: Für das neue Anzeigengruppenlabel wird kein Ressourcenname erwartet.

remove

string

Vorgang zum Entfernen: Ein Ressourcenname für das zu entfernende Anzeigengruppenlabel in diesem Format:

customers/{customerId}/adGroupLabels/{adGroupId}~{label_id}