AI-generated Key Takeaways
-
This is the request message for the
CustomerSkAdNetworkConversionValueSchemaService.MutateCustomerSkAdNetworkConversionValueSchema
method. -
The message includes fields for
customer_id
,operation
,validate_only
, andenable_warnings
. -
The
customer_id
specifies the customer whose shared sets are being modified. -
The
operation
defines the specific action to perform on the schema. -
validate_only
can be used to validate the request without execution, whileenable_warnings
allows returning warnings during execution.
Request message for CustomerSkAdNetworkConversionValueSchemaService.MutateCustomerSkAdNetworkConversionValueSchema
.
Fields | |
---|---|
|
The ID of the customer whose shared sets are being modified. |
|
The operation to perform. |
|
If true, the request is validated but not executed. Only errors are returned, not results. |
|
Optional. If true, enables returning warnings. Warnings return error messages and error codes without blocking the execution of the mutate operation. |