AI-generated Key Takeaways
-
Creates a schema for SKAdNetwork conversion values within a specified data stream.
-
The request requires specifying the parent data stream using the format:
properties/{property}/dataStreams/{dataStream}
. -
Users need
analytics.edit
scope authorization to create the schema. -
Upon successful execution, the API returns the newly created schema.
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