Method: properties.dataStreams.sKAdNetworkConversionValueSchema.create
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[],["This describes how to create a `SKAdNetworkConversionValueSchema` via a POST request. The request is sent to a specific URL using gRPC Transcoding syntax. The URL's `parent` path parameter is required and indicates where the schema will be created. The request body should contain the `SKAdNetworkConversionValueSchema` instance, and a successful response will return the newly created schema instance. This operation requires `analytics.edit` authorization scope.\n"]]