AI-generated Key Takeaways
-
This document outlines how to create a SKAdNetworkConversionValueSchema using an HTTP POST request.
-
The request requires a parent parameter in the path, specifying the property and data stream.
-
The request body contains the details of the SKAdNetworkConversionValueSchema to be created.
-
A successful response will return the newly created SKAdNetworkConversionValueSchema.
-
The request requires authorization using the
https://www.googleapis.com/auth/analytics.edit
OAuth scope.
Creates a SKAdNetworkConversionValueSchema.
HTTP request
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/sKAdNetworkConversionValueSchema
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource where this schema will be created. Format: properties/{property}/dataStreams/{dataStream} |
Request body
The request body contains an instance of SKAdNetworkConversionValueSchema
.
Response body
If successful, the response body contains a newly created instance of SKAdNetworkConversionValueSchema
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/analytics.edit