Google Analytics के लिए, एमसीपी सर्वर आज़माएं. इसे
GitHub से इंस्टॉल करें. साथ ही, ज़्यादा जानकारी के लिए
सूचना देखें.
Method: properties.dataStreams.sKAdNetworkConversionValueSchema.list
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह किसी स्ट्रीम में SKAdNetworkकन्वर्ज़नवैल्यू स्कीमा को लिस्ट करता है. प्रॉपर्टी में, ज़्यादा से ज़्यादा एक SKAdNetworkconversionValueschema हो सकता है.
एचटीटीपी अनुरोध
GET https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/sKAdNetworkConversionValueSchema
यह यूआरएल gRPC ट्रांसकोडिंग सिंटैक्स का इस्तेमाल करता है.
पाथ पैरामीटर
पैरामीटर |
parent |
string
ज़रूरी है. स्कीमा की सूची बनाने के लिए DataStream संसाधन. फ़ॉर्मैट: प्रॉपर्टी/{property_id}/dataStreams/{dataStream} उदाहरण: property/1234/dataStreams/5678
|
क्वेरी पैरामीटर
पैरामीटर |
pageSize |
integer
दिए जाने वाले संसाधनों की ज़्यादा से ज़्यादा संख्या. अतिरिक्त पेज होने पर भी यह सेवा, इस वैल्यू से कम वैल्यू दिखा सकती है. अगर जानकारी नहीं दी गई है, तो ज़्यादा से ज़्यादा 50 संसाधन दिखाए जाएंगे. ज़्यादा से ज़्यादा वैल्यू 200 है; (ज़्यादा से ज़्यादा वैल्यू को सबसे ज़्यादा वैल्यू के तौर पर रखा जाएगा)
|
pageToken |
string
पिछले sKAdNetworkConversionValueSchema.list कॉल से मिला पेज टोकन. अगले पेज को वापस पाने के लिए, यह जानकारी दें. पेजों पर नंबर डालते समय, ListSKAdNetworkConversionValueSchema को दिए गए अन्य सभी पैरामीटर, पेज टोकन देने वाले कॉल से मैच होने चाहिए.
|
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य भाग
sKAdNetworkConversionValueSchema.list RPC के लिए रिस्पॉन्स मैसेज
अगर एपीआई सही से जुड़ जाता है, ताे जवाब के मुख्य भाग में नीचे दिए गए स्ट्रक्चर शामिल होता है.
फ़ील्ड |
skadnetworkConversionValueSchemas[] |
object (SKAdNetworkConversionValueSchema )
SKAdNetwork कन्वर्ज़न वैल्यू स्कीमा की सूची. इसका ज़्यादा से ज़्यादा एक मान होगा.
|
nextPageToken |
string
एक टोकन, जिसे अगला पेज फिर से पाने के लिए pageToken के तौर पर भेजा जा सकता है. अगर इस फ़ील्ड को हटा दिया जाता है, तो इसके बाद कोई पेज नहीं होता. फ़िलहाल, Google Analytics में हर dataStream के लिए, सिर्फ़ एक SKAdNetworkConversionsValueSchema का इस्तेमाल किया जा सकता है. इसलिए, इस डेटा की जानकारी अपने-आप नहीं भरती.
|
अनुमति के दायरे
इनमें से किसी एक OAuth स्कोप की ज़रूरत होती है:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eLists SKAdNetworkConversionValueSchema on a stream, with properties having at most one schema.\u003c/p\u003e\n"],["\u003cp\u003eUses an HTTP GET request with path and query parameters for specifying the data stream and pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe response body contains a list of SKAdNetworkConversionValueSchemas and a potential next page token (though currently, only one schema is supported per data stream).\u003c/p\u003e\n"],["\u003cp\u003eRequires specific authorization scopes for access: \u003ccode\u003eanalytics.readonly\u003c/code\u003e or \u003ccode\u003eanalytics.edit\u003c/code\u003e.\u003c/p\u003e\n"]]],["This document details how to retrieve SKAdNetworkConversionValueSchemas for a specific data stream using a `GET` request. The request URL requires a `parent` path parameter specifying the data stream. Optional query parameters include `pageSize` and `pageToken` for pagination. The request body must be empty. The response contains a list of `skadnetworkConversionValueSchemas` and a `nextPageToken` (though currently unused). Authorization requires either `analytics.readonly` or `analytics.edit` OAuth scopes.\n"],null,["# Method: properties.dataStreams.sKAdNetworkConversionValueSchema.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListSKAdNetworkConversionValueSchemasResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists SKAdNetworkConversionValueSchema on a stream. Properties can have at most one SKAdNetworkConversionValueSchema.\n\n### HTTP request\n\n`GET https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/sKAdNetworkConversionValueSchema`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The DataStream resource to list schemas for. Format: properties/{property_id}/dataStreams/{dataStream} Example: properties/1234/dataStreams/5678 |\n\n### Query parameters\n\n| Parameters ||\n|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) |\n| `pageToken` | `string` A page token, received from a previous `sKAdNetworkConversionValueSchema.list` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSKAdNetworkConversionValueSchema` must match the call that provided the page token. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for sKAdNetworkConversionValueSchema.list RPC\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"skadnetworkConversionValueSchemas\": [ { object (/analytics/devguides/config/admin/v1/rest/v1alpha/properties.dataStreams.sKAdNetworkConversionValueSchema#SKAdNetworkConversionValueSchema) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|---------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `skadnetworkConversionValueSchemas[]` | `object (`[SKAdNetworkConversionValueSchema](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.dataStreams.sKAdNetworkConversionValueSchema#SKAdNetworkConversionValueSchema)`)` List of SKAdNetworkConversionValueSchemas. This will have at most one value. |\n| `nextPageToken` | `string` A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages. Currently, Google Analytics supports only one SKAdNetworkConversionValueSchema per dataStream, so this will never be populated. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/analytics.readonly`\n- `https://www.googleapis.com/auth/analytics.edit`"]]