CampaignCustomizerOperation

  • Describes operations for creating or removing a customizer attribute.

  • Theoperation field determines whether a customizer attribute is created or removed.

  • Creating a customizer attribute does not require a resource name.

  • Removing a customizer attribute requires a specific resource name format.

A single operation (create, remove) on a customizer attribute.

Proto definition

Fields

operation

Union field. The mutate operation.

operation can be only one of the following:

create

CampaignCustomizer

Create operation: No resource name is expected for the new campaign customizer

remove

string

Remove operation: A resource name for the removed campaign customizer is expected, in this format:customers/{customer_id}/campaignCustomizers/{campaign_id}~{customizer_attribute_id}

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.