AI-generated Key Takeaways
-
This document describes a single operation on a campaign lifecycle goal.
-
The
update_mask
field is an optional FieldMask used to specify which resource fields are modified in an update. -
The
operation
union field defines the type of mutate operation, which can be eithercreate
orupdate
. -
The
create
operation is used to create a new campaign lifecycle goal, and the campaign field must be set. -
The
update
operation is used to modify an existing campaign lifecycle goal, and the campaign field should not be set.
A single operation on a campaign lifecycle goal.
Fields | |
---|---|
|
Optional. FieldMask that determines which resource fields are modified in an update. |
Union field
|
|
|
Create operation: Create a new campaign lifecycle goal. The campaign field should be set for this operation. |
|
Update operation: Update an existing campaign lifecycle goal. The campaign field should not be set for this operation. |