DataRedactionSettings
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
การตั้งค่าการปกปิดข้อมูลบางส่วนฝั่งไคลเอ็นต์ ทรัพยากร Singleton ภายใต้สตรีมเว็บ
การแสดง JSON |
{
"name": string,
"emailRedactionEnabled": boolean,
"queryParameterRedactionEnabled": boolean,
"queryParameterKeys": [
string
]
} |
ช่อง |
name |
string
เอาต์พุตเท่านั้น ชื่อของทรัพยากรการตั้งค่าการปกปิดข้อมูลบางส่วน รูปแบบ: พร็อพเพอร์ตี้/{property_id}/dataStreams/{dataStream}/dataRedactionSettings เช่น "properties/1000/dataStreams/2000/dataRedactionSettings"
|
emailRedactionEnabled |
boolean
หากเปิดใช้ ระบบจะปกปิดพารามิเตอร์เหตุการณ์หรือค่าพร็อพเพอร์ตี้ผู้ใช้ที่ดูเหมือนอีเมล
|
queryParameterRedactionEnabled |
boolean
การปกปิดพารามิเตอร์การค้นหาจะนำส่วนคีย์และค่าของพารามิเตอร์การค้นหาออก หากอยู่ในชุดพารามิเตอร์การค้นหาที่กำหนดค่าไว้ หากเปิดใช้ ตรรกะการแทนที่การค้นหา URL จะทำงานสำหรับสตรีม ระบบจะปกปิดพารามิเตอร์การค้นหาที่กำหนดไว้ใน queryParametersKeys
|
queryParameterKeys[] |
string
คีย์พารามิเตอร์การค้นหาที่จะใช้ตรรกะการปกปิด หากแสดงอยู่ใน URL การจับคู่พารามิเตอร์การค้นหาจะไม่คำนึงถึงตัวพิมพ์เล็กและตัวพิมพ์ใหญ่ ต้องมีอย่างน้อย 1 องค์ประกอบหาก query_parameter_replacement_enabled เป็นจริง คีย์ต้องไม่มีคอมมา
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-09-08 UTC
[[["เข้าใจง่าย","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"]],["อัปเดตล่าสุด 2024-09-08 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`."]]],[]]