AI-generated Key Takeaways
- 
          
This page details how to perform a single operation (create, remove) on a custom conversion goal.
 - 
          
The
update_maskfield uses a FieldMask to determine which resource fields are modified during an update. - 
          
The
operationunion field specifies the type of mutate operation, which can be create, update, or remove. - 
          
Create operations do not expect a resource name, while update and remove operations require a valid resource name.
 - 
          
Remove operations specifically expect the resource name in the format 'customers/{customer_id}/customConversionGoals/{goal_id}'.
 
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}'  |