CustomConversionGoalOperation

A single operation (create, remove) on a custom conversion goal.

Proto definition

Fields

operation

Union field. The mutate operation.

operation can be only one of the following:

create

CustomConversionGoal

Create operation: No resource name is expected for the new custom conversion goal

remove

string

Remove operation: A resource name for the removed custom conversion goal is expected, in this format:

'customers/{customer_id}/customConversionGoals/{goal_id}'

update

CustomConversionGoal

Update operation: The custom conversion goal is expected to have a valid resource name.

update_mask

FieldMask

FieldMask that determines which resource fields are modified in an update.