AI-generated Key Takeaways
-
This document describes a single operation for managing custom conversion goals, either creating or removing them.
-
The
update_mask
field is a FieldMask that specifies which resource fields are modified during an update. -
The
operation
field, which can becreate
,update
, orremove
, determines the type of action performed on the custom conversion goal. -
Creating a custom conversion goal does not require a resource name, while updating or removing one expects a valid resource name.
A single operation (create, remove) on a custom conversion goal.
Fields | |
---|---|
|
FieldMask that determines which resource fields are modified in an update. |
Union field
|
|
|
Create operation: No resource name is expected for the new custom conversion goal |
|
Update operation: The custom conversion goal is expected to have a valid resource name. |
|
Remove operation: A resource name for the removed custom conversion goal is expected, in this format: 'customers/{customer_id}/customConversionGoals/{goal_id}' |