Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài liệu này liệt kê các thông số cho
nhiều loại sự kiện hoạt động khác nhau trong Gmail. Bạn có thể truy xuất các sự kiện này bằng cách gọi UserUsageReport.get() với parameters=gmail:PARAMETER.
Tên
Loại
Nội dung mô tả
đã_bật_gmail
boolean
Nếu đúng, dịch vụ Gmail của người dùng sẽ được bật.
num_emails_exchanged
số nguyên
Tổng số email đã trao đổi. Đây là tổng số num_emails_sent và num_emails_received.
num_emails_received
số nguyên
Số lượng email người dùng đã nhận.
số_email_gửi
số nguyên
Số lượng email người dùng đã gửi.
num_spam_emails_received
số nguyên
Số lượng email mà người dùng nhận được bị đánh dấu là thư rác.
dấu_thời_gian_truy_cập_cuối_cùng
số nguyên
Thời gian truy cập gần đây nhất vào tài khoản của người dùng trong vòng 30 ngày qua. Điều này có thể được kích hoạt bởi các sự kiện không phải người dùng yêu cầu quyền truy cập, chẳng hạn như nhận thư.
dấu_thời_gian_cuối_cùng
số nguyên
Thời gian tương tác qua IMAP gần đây nhất của người dùng trong vòng 30 ngày qua.
timestamp_last_interaction
số nguyên
Thời gian tương tác gần đây nhất của người dùng trong vòng 30 ngày qua.
dấu_thời_gian_cuối_cùng
số nguyên
Thời gian tương tác POP gần đây nhất của người dùng trong vòng 30 ngày qua.
thời_gian_gửi_web_cuối_cùng
số nguyên
Thời gian tương tác gần đây nhất của người dùng từ Gmail trên web trong vòng 30 ngày qua.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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. |"]]