Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
CustomerLifecycleGoalOperation
A single operation on a customer lifecycle goal.
Fields |
update_mask
|
FieldMask
Optional. 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
|
CustomerLifecycleGoal
Create operation: Create a new customer lifecycle goal.
|
update
|
CustomerLifecycleGoal
Update operation: Update an existing customer lifecycle goal.
|
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 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["This operation allows modification of a customer lifecycle goal through either creation or update."],["When updating, a `field_mask` is used to specify which fields of the customer lifecycle goal should be changed."],["Both creating and updating utilize the `CustomerLifecycleGoal` resource to define the goal's properties."]]],["The core content details a single operation on a customer lifecycle goal. This operation can either `create` a new customer lifecycle goal or `update` an existing one. The `update_mask` field, using a FieldMask, dictates which specific resource fields are modified during an update operation. The 'operation' field dictates whether it is creating a new goal or updating an existing one.\n"]]