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,則必須包含至少一個元素。鍵不得包含逗號。