DataRedactionSettings
क्लाइंट-साइड पर डेटा छिपाने की सेटिंग. वेब स्ट्रीम में मौजूद सिंगलटन रिसॉर्स.
JSON के काेड में दिखाना |
{
"name": string,
"emailRedactionEnabled": boolean,
"queryParameterRedactionEnabled": boolean,
"queryParameterKeys": [
string
]
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. डेटा हटाने की सेटिंग वाले इस संसाधन का नाम. फ़ॉर्मैट: properties/{property_id}/dataStreams/{dataStream}/dataRedactionSettings उदाहरण: "properties/1000/dataStreams/2000/dataRedactionSettings"
|
emailRedactionEnabled |
boolean
इस विकल्प को चालू करने पर, ईमेल जैसी दिखने वाली किसी भी इवेंट पैरामीटर या उपयोगकर्ता प्रॉपर्टी की वैल्यू को छिपाया जाएगा.
|
queryParameterRedactionEnabled |
boolean
क्वेरी पैरामीटर हटाने की सुविधा, क्वेरी पैरामीटर के कॉन्फ़िगर किए गए सेट में मौजूद क्वेरी पैरामीटर के की और वैल्यू वाले हिस्सों को हटा देती है. अगर यह चालू है, तो स्ट्रीम के लिए यूआरएल क्वेरी बदलने का लॉजिक चलाया जाएगा. queryParameterKeys में तय किए गए सभी क्वेरी पैरामीटर हटा दिए जाएंगे.
|
queryParameterKeys[] |
string
क्वेरी पैरामीटर की कुंजियां, जिन पर डेटा छिपाने का लॉजिक लागू करना है. हालांकि, ऐसा तब ही किया जा सकता है, जब यूआरएल में ये कुंजियां मौजूद हों. क्वेरी पैरामीटर की मैचिंग, केस-इनसेंसिटिव होती है. अगर query_parameter_replacement_enabled की वैल्यू 'सही' है, तो इसमें कम से कम एक एलिमेंट होना चाहिए. कुंजियों में कॉमा नहीं हो सकते.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-01-14 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-01-14 (UTC) को अपडेट किया गया."],[[["Data Redaction Settings allow you to control client-side redaction for a specific Web Stream, including email and query parameter redaction."],["When enabled, email redaction automatically obscures any event parameter or user property value resembling an email address."],["Query parameter redaction, when activated, removes specified query parameters and their values from URLs, requiring at least one query parameter key to be defined if enabled."],["The resource is identified by a unique name in the format: `properties/{property_id}/dataStreams/{dataStream}/dataRedactionSettings`."]]],["Data redaction settings for a web stream can be configured. Email redaction is enabled or disabled via `emailRedactionEnabled`. Query parameter redaction is controlled with `queryParameterRedactionEnabled`, which, when active, redacts specified keys and their values from URLs. The `queryParameterKeys` array lists the specific query parameter keys targeted for redaction; at least one key is required when query parameter redaction is enabled. The `name` field displays the resource name and path.\n"]]