Method: properties.dataStreams.sKAdNetworkConversionValueSchema.get
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This document provides details on how to retrieve a single SKAdNetworkConversionValueSchema using a GET HTTP request.
The request requires a specific format for the name path parameter to identify the schema.
The request body for this operation must be empty.
The response body will contain an instance of the requested SKAdNetworkConversionValueSchema.
Authorization requires either the analytics.readonly or analytics.edit OAuth scope.
Required. The resource name of SKAdNetwork conversion value schema to look up. Format: properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema/{skadnetworkConversionValueSchema}
[[["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 outlines retrieving a single SKAdNetworkConversionValueSchema via a `GET` request to a specific URL. The URL structure uses gRPC Transcoding and requires a resource `name` parameter in the path. The request body is empty. A successful response returns an instance of `SKAdNetworkConversionValueSchema`. Authorization requires either `analytics.readonly` or `analytics.edit` OAuth scopes. Users can try the described actions by clicking on the \"Try it!\" section.\n"]]