सिर्फ़ आउटपुट के लिए. इस सेटिंग के संसाधन का नाम. फ़ॉर्मैट: प्रॉपर्टीज़/{property_id}/googleSignalsSettings उदाहरण: "properties/1000/googleSignalsSettings"
ज़रूरी है. अपडेट किए जाने वाले फ़ील्ड की सूची. फ़ील्ड के नाम, स्नेक केस में होने चाहिए (उदाहरण के लिए, "field_to_update"). हटाए गए फ़ील्ड अपडेट नहीं किए जाएंगे. पूरी इकाई को बदलने के लिए, स्ट्रिंग "*" वाले एक पाथ का इस्तेमाल करें, ताकि सभी फ़ील्ड का मिलान किया जा सके.
यह फ़ील्ड के पूरी तरह क्वालिफ़ाइड नामों की कॉमा-सेपरेटेड लिस्ट है. उदाहरण: "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) को अपडेट किया गया."],[[["This page explains how to update Google Signals settings for a Google Analytics 4 property using the Google Analytics Admin API."],["The method uses an HTTP PATCH request to a specific endpoint with path and query parameters."],["Developers need to provide an updated GoogleSignalsSettings object in the request body and will receive an updated GoogleSignalsSettings object in the response if successful."],["Authorization requires the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["This outlines how to update Google Signals settings for a property using a PATCH request to the specified URL. The request includes a required `updateMask` query parameter to define fields for modification. The `googleSignalsSettings.name` path parameter is used to identify the setting. The request body carries the updated `GoogleSignalsSettings`, and the response mirrors this. Authorization requires the `analytics.edit` OAuth scope. This uses gRPC Transcoding syntax.\n"]]