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
쿼리 매개변수 삭제는 구성된 쿼리 매개변수 집합에 있는 쿼리 매개변수의 키 및 값 부분을 삭제합니다. 사용 설정하면 스트림에 URL 쿼리 대체 로직이 실행됩니다. queryParameterKeys에 정의된 모든 쿼리 매개변수가 수정됩니다.
|
queryParameterKeys[] |
string
URL에 있는 경우 수정 로직을 적용할 쿼리 매개변수 키입니다. 쿼리 매개변수 일치는 대소문자를 구분하지 않습니다. query_parameter_replacement_enabled가 true인 경우 요소를 하나 이상 포함해야 합니다. 키에는 쉼표를 포함할 수 없습니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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`."]]],[]]