UserDeletion.userDeletionRequest
이 리소스에 대한 메소드 목록은 이 페이지의 하단에 나와 있습니다.
리소스 표현
{
"kind": "analytics#userDeletionRequest",
"id": {
"type": string,
"userId": string
},
"webPropertyId": string,
"firebaseProjectId": string,
"propertyId": string,
"deletionRequestTime": datetime
}
속성 이름 |
값 |
설명 |
참고 |
deletionRequestTime |
datetime |
Google에서 삭제 요청을 수신한 시점을 나타냅니다.
분석. |
|
firebaseProjectId |
string |
Firebase 프로젝트 ID (지원 중단됨, 대신 propertyId 필드 사용) |
|
id |
object |
사용자 ID |
|
id.type |
string |
사용자 유형입니다. APP_INSTANCE_ID, CLIENT_ID, USER_ID 중 하나입니다. |
|
id.userId |
string |
사용자의 ID입니다. |
|
kind |
string |
값은 'analytics#userDeletionRequest'입니다. |
|
propertyId |
string |
GA4 속성의 속성 ID 또는 내부 웹 속성 ID입니다. |
|
webPropertyId |
string |
UA-XXXXX-YY 형식의 웹 속성 ID입니다. |
|
메서드
- upsert
- 사용자 삭제 요청을 삽입하거나 업데이트합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-12(UTC)
[null,null,["최종 업데이트: 2024-09-12(UTC)"],[[["This resource outlines the format and properties associated with user deletion requests in Google Analytics."],["A user deletion request includes details like `deletionRequestTime`, `firebaseProjectId`, user ID (`id`), `kind`, `propertyId`, and `webPropertyId`."],["The `id` object further specifies the user type and the actual user ID."],["You can insert or update user deletion requests using the `upsert` method."]]],["The provided content describes the structure and properties of a user deletion request in Google Analytics. Key data includes the `deletionRequestTime`, `propertyId` (or `webPropertyId`/`firebaseProjectId`), and a user `id` containing the `type` (e.g., CLIENT_ID) and `userId`. The `kind` field indicates the request type. The document also specifies an \"upsert\" method to insert or update a user deletion request.\n"]]