Method: properties.dataStreams.sKAdNetworkConversionValueSchema.patch

  • This page details how to update a SKAdNetworkConversionValueSchema using a PATCH request to a specific Google Analytics Admin API endpoint.

  • The HTTP request uses gRPC Transcoding syntax and includes a path parameter for the schema's resource name and a required query parameter, updateMask, to specify the fields to be updated.

  • Both the request and response bodies contain an instance of SKAdNetworkConversionValueSchema.

  • To perform this operation, the request requires the https://www.googleapis.com/auth/analytics.edit OAuth scope for authorization.

Updates a SKAdNetworkConversionValueSchema.

HTTP request

PATCH https://analyticsadmin.googleapis.com/v1alpha/{skadnetworkConversionValueSchema.name=properties/*/dataStreams/*/sKAdNetworkConversionValueSchema/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
skadnetworkConversionValueSchema.name

string

Output only. Resource name of the schema. This will be child of ONLY an iOS stream, and there can be at most one such child under an iOS stream. Format: properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema

Query parameters

Parameters
updateMask

string (FieldMask format)

Required. The list of fields to be updated. Omitted fields will not be updated.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of SKAdNetworkConversionValueSchema.

Response body

If successful, the response body contains an instance of SKAdNetworkConversionValueSchema.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/analytics.edit