CampaignLabelOperation
A single operation (create, remove) on a campaign-label relationship.
Fields |
Union field operation
operation . The mutate operation. operation can be only one of the following: |
create
|
CampaignLabel
Create operation: No resource name is expected for the new campaign-label relationship.
|
remove
|
string
Remove operation: A resource name for the campaign-label relationship being removed, in this format: customers/{customer_id}/campaignLabels/{campaign_id}~{label_id}
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This page describes a single operation, either creating or removing, the relationship between a campaign and a label."],["The operation is specified using the `operation` field, which can be set to `create` or `remove`."],["For `create` operations, provide the details of the new campaign-label relationship."],["For `remove` operations, provide the resource name of the existing campaign-label relationship to be removed."]]],[]]