Gmail Parameters
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 문서에는 다양한 유형의 Gmail 활동 이벤트에 관한 매개변수가 나열되어 있습니다. parameters=gmail:PARAMETER
로 UserUsageReport.get()을 호출하여 이러한 이벤트를 검색할 수 있습니다.
이름 |
유형 |
설명 |
Gmail_사용_설정 |
불리언 |
true인 경우 사용자의 Gmail 서비스가 사용 설정됩니다. |
교환 이메일_개수 |
정수 |
교환된 총 이메일 수 num_emails_sent와 num_emails_received의 합계입니다. |
이메일_수신_건 |
정수 |
사용자가 받은 이메일 수입니다. |
보낸 이메일_개수 |
정수 |
사용자가 보낸 이메일 수입니다. |
이메일_스팸_수신_건 |
정수 |
사용자가 스팸으로 표시한 이메일 수 |
timestamp_last_access |
정수 |
지난 30일 동안 사용자 계정에 가장 최근에 액세스한 시간 이 문제는 메일 수신과 같이 액세스 권한이 필요한 사용자 이외의 이벤트에 의해 트리거될 수 있습니다. |
타임스탬프_마지막_imap |
정수 |
지난 30일 동안 사용자가 가장 최근에 IMAP을 이용한 상호작용 시간. |
타임스탬프_마지막_상호작용 |
정수 |
지난 30일 동안 사용자가 가장 최근에 상호작용한 시간입니다. |
타임스탬프_마지막_팝 |
정수 |
지난 30일 동안 사용자의 최근 POP 상호작용 시간 |
timestamp_last_webmail |
정수 |
지난 30일 동안 사용자가 웹 Gmail에서 가장 최근에 상호작용한 시간 |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],[],null,["# Gmail Parameters\n\nThis document lists the parameters for\nvarious types of\nGmail activity events. You can retrieve these events by\ncalling [UserUsageReport.get()](/workspace/admin/reports/v1/reference/userUsageReport/get)\nwith `parameters=gmail:`\u003cvar class=\"apiparam\" translate=\"no\"\u003ePARAMETER\u003c/var\u003e.\n\n| Name | Type | Description |\n|----------------------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| is_gmail_enabled | boolean | If true, the user's Gmail service is enabled. |\n| num_emails_exchanged | integer | The total number of emails exchanged. This is the total of num_emails_sent plus num_emails_received. |\n| num_emails_received | integer | The number of emails received by the user. |\n| num_emails_sent | integer | The number of emails sent by the user. |\n| num_spam_emails_received | integer | The number of emails received by the user's marked as spam mail. |\n| timestamp_last_access | integer | The time of the most recent access to the user's account within last 30 days. This can be triggered by non-user events requiring access, such as receiving mail. |\n| timestamp_last_imap | integer | The time of user's most recent IMAP interaction within last 30 days. |\n| timestamp_last_interaction | integer | The time of the user's most recent interaction within last 30 days. |\n| timestamp_last_pop | integer | The time of user's most recent POP interaction within last 30 days. |\n| timestamp_last_webmail | integer | The time of user's most recent interaction from web Gmail within last 30 days. |"]]