CampaignCriterionOperation
A single operation (create, update, remove) on a campaign criterion.
Fields |
update_mask
|
FieldMask
FieldMask that determines which resource fields are modified in an update.
|
Union field operation
operation . The mutate operation. operation can be only one of the following: |
create
|
CampaignCriterion
Create operation: No resource name is expected for the new criterion.
|
update
|
CampaignCriterion
Update operation: The criterion is expected to have a valid resource name. Note that for smart campaigns, you cannot use the update method to edit the geolocation target.
|
remove
|
string
Remove operation: A resource name for the removed criterion is expected, in this format: customers/{customer_id}/campaignCriteria/{campaign_id}~{criterion_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-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["This page describes a single operation to create, update, or remove a campaign criterion."],["Operations are defined using the `operation` field and can include `create`, `update`, or `remove`."],["The `update_mask` field specifies which fields are modified during an update."],["For `remove` operations, you need the resource name of the criterion to be removed."],["When updating smart campaigns, geolocation targets cannot be edited using the `update` method."]]],[]]