Method: properties.dataStreams.sKAdNetworkConversionValueSchema.get
1 つの SKAdNetworkConversionValueSchema を検索します。
HTTP リクエスト
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/sKAdNetworkConversionValueSchema/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。検索する SKAdNetwork コンバージョン値スキーマのリソース名。形式: properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema/{skadnetworkConversionValueSchema}
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には SKAdNetworkConversionValueSchema
のインスタンスが含まれます。
承認スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-05-06 UTC。
[null,null,["最終更新日 2024-05-06 UTC。"],[[["This guide details how to look up a single SKAdNetworkConversionValueSchema using the Google Analytics Admin API."],["The request is a GET request sent to a specific URL with the SKAdNetwork conversion value schema's resource name as a path parameter."],["The response body, upon successful execution, will contain an instance of SKAdNetworkConversionValueSchema."],["Authorization for this request requires one of two specified OAuth scopes related to Google Analytics."]]],["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"]]