AdGroupLabelOperation

  • The operation field can either create or remove an ad group label.

  • A create operation does not require a resource name for the new ad group label.

  • A remove operation requires a resource name in the format of customers/{customer_id}/adGroupLabels/{ad_group_id}~{label_id} 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}