Gmail Parameters
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
本文档列出了各种 Gmail 活动事件的参数。您可以通过使用 parameters=gmail:PARAMETER
调用 UserUsageReport.get() 来检索这些事件。
名称 |
类型 |
说明 |
is_gmail_enabled |
boolean |
如果为 true,则启用用户的 Gmail 服务。 |
num_emails_exchanged |
integer |
您收发的电子邮件总数。这是 num_emails_sent 加 num_emails_received 的总数。 |
接收电子邮件的数量 |
integer |
用户收到的电子邮件数量。 |
已发送的电子邮件数 |
integer |
用户发送的电子邮件数。 |
num_spam_emails_received |
integer |
用户标记为垃圾邮件的电子邮件数量。 |
timestamp_last_access |
integer |
最近 30 天内对用户帐号的访问权限的时间。此操作可由需要访问权限的非用户事件(例如接收邮件)触发。 |
timestamp_last_imap |
integer |
用户最近一次 IMAP 互动的时间(过去 30 天内)。 |
timestamp_last_interaction |
integer |
用户最近一次互动的时间(过去 30 天)。 |
timestamp_last_pop |
integer |
用户最近一次 POP 互动的时间。 |
timestamp_last_webmail |
integer |
用户最近一次使用网络 Gmail 互动的时间。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],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. |"]]