DataRedactionSettings
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
用戶端資料遮蓋功能的設定。Web Streams 下的單例資源。
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 為 true,則必須包含至少一個元素。鍵不得包含逗號。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-01-14 (世界標準時間)。
[[["容易理解","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-01-14 (世界標準時間)。"],[[["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`."]]],[]]