सिर्फ़ आउटपुट के लिए. इस डेटा स्ट्रीम के संसाधन का नाम. फ़ॉर्मैट: प्रॉपर्टीज़/{property_id}/dataStreams/{stream_id} उदाहरण: "property/1000/dataStreams/2000"
ज़रूरी है. अपडेट किए जाने वाले फ़ील्ड की सूची. हटाए गए फ़ील्ड अपडेट नहीं किए जाएंगे. पूरी इकाई को बदलने के लिए, स्ट्रिंग "*" वाले एक पाथ का इस्तेमाल करें, ताकि सभी फ़ील्ड का मिलान किया जा सके.
यह फ़ील्ड के पूरी तरह क्वालिफ़ाइड नामों की कॉमा-सेपरेटेड लिस्ट है. उदाहरण: "user.displayName,photo".
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["Updates a DataStream associated with a Google Analytics 4 property using a PATCH request to the specified endpoint."],["The request must include a `dataStream.name` path parameter to identify the DataStream and an `updateMask` query parameter indicating the fields to update."],["The request body should contain a DataStream object with the updated values, and upon success, the response body will return the updated DataStream object."],["Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope."]]],["This outlines how to update a DataStream via a PATCH request to the specified URL, using gRPC Transcoding syntax. The `dataStream.name` path parameter identifies the target stream. The `updateMask` query parameter dictates which fields to modify. The request and response bodies both utilize the `DataStream` resource. Authorization requires the `analytics.edit` OAuth scope. The \"Try it!\" option allows users to directly interact with the service.\n"]]