MutateCustomerSkAdNetworkConversionValueSchemaRequest

  • This is the request message for the CustomerSkAdNetworkConversionValueSchemaService.MutateCustomerSkAdNetworkConversionValueSchema method.

  • The message includes fields for customer_id, operation, validate_only, and enable_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, while enable_warnings allows returning warnings during execution.

Request message for CustomerSkAdNetworkConversionValueSchemaService.MutateCustomerSkAdNetworkConversionValueSchema.

Fields

customer_id

string

The ID of the customer whose shared sets are being modified.

operation

CustomerSkAdNetworkConversionValueSchemaOperation

The operation to perform.

validate_only

bool

If true, the request is validated but not executed. Only errors are returned, not results.

enable_warnings

bool

Optional. If true, enables returning warnings. Warnings return error messages and error codes without blocking the execution of the mutate operation.