दिए जाने वाले संसाधनों की ज़्यादा से ज़्यादा संख्या. अगर जानकारी नहीं दी गई है, तो ज़्यादा से ज़्यादा 50 संसाधन दिखाए जाएंगे. ज़्यादा से ज़्यादा वैल्यू 200 है. ज़्यादा बड़ी वैल्यू को ज़्यादा से ज़्यादा वैल्यू माना जाएगा.
pageToken
string
पिछले dataStreams.list कॉल से मिला पेज टोकन. अगले पेज को वापस पाने के लिए, यह जानकारी दें.
पेजों पर नंबर डालते समय, dataStreams.list को दिए गए अन्य सभी पैरामीटर, पेज टोकन देने वाले कॉल से मैच होने चाहिए.
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य भाग
dataStreams.list RPC के लिए रिस्पॉन्स मैसेज.
अगर एपीआई सही से जुड़ जाता है, ताे जवाब के मुख्य भाग में नीचे दिए गए स्ट्रक्चर शामिल होता है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-04-02 (UTC) को अपडेट किया गया."],[[["Lists all DataStreams associated with a specific Google Analytics 4 property."],["Allows pagination to retrieve large numbers of DataStreams using `pageSize` and `pageToken` parameters."],["Response includes a list of DataStreams and a token for retrieving subsequent pages, if available."],["Requires `analytics.readonly` or `analytics.edit` authorization scopes for access."],["Employs a standard HTTP GET request with path and query parameters for resource identification and filtering."]]],["This document details how to list DataStreams within a property using the Google Analytics Admin API. The `GET` request targets a specific property via the URL path parameter `parent`. Optional query parameters `pageSize` (max 200) and `pageToken` enable pagination. The request body must be empty. The successful response includes an array of `dataStreams` and a `nextPageToken` for retrieving further results. Authorization requires either `analytics.readonly` or `analytics.edit` OAuth scopes.\n"]]