AdGroupLabelOperation

  • The document describes a single operation on an ad group label, which can either be creating or removing it.

  • The operation field is a union field that determines whether the operation is a create or remove.

  • For a create operation, an AdGroupLabel resource is used without an expected resource name.

  • For a remove operation, a resource name in a specific format is required for the ad group label being removed.

A single operation (create, remove) on an ad group label.

Fields
Union field

operation

operation. The mutate operation. operation can be only one of the following:

create

AdGroupLabel

Create operation: No resource name is expected for the new ad group label.

remove

string

Remove operation: A resource name for the ad group label being removed, in this format:

customers/{customer_id}/adGroupLabels/{ad_group_id}~{label_id}