Gmail Parameters
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
本文件列出了各種 Gmail 活動事件的參數。您可以使用 parameters=gmail:PARAMETER
呼叫 UserUsageReport.get() 來擷取這些事件。
姓名 |
類型 |
說明 |
is_gmail_enabled |
布林值 |
如為 true,則已啟用使用者的 Gmail 服務。 |
num_emails_exchanged 總數 |
整數 |
交換的電子郵件總數。這是 num_emails_sent 和 num_emails_Receivedd 的總和。 |
電子郵件地址_接收 |
整數 |
使用者收到的電子郵件數量。 |
num_emails_sent |
整數 |
使用者傳送的電子郵件數量。 |
num_spam_emails_Receivedd |
整數 |
使用者標示為垃圾郵件的郵件數量。 |
時間戳記的最後存取權 |
整數 |
最近 30 天內存取使用者帳戶的時間。非需要授權的使用者 (例如接收郵件) 即可觸發這個情況。 |
時間戳記_最後一個地圖 |
整數 |
使用者最近 30 天內的 IMAP 互動時間。 |
時間戳記最後互動 |
整數 |
使用者最近 30 天內互動的時間。 |
時間戳記最後的日期 |
整數 |
使用者最近 30 天內的 POP 互動時間。 |
時間戳記最後的網頁版郵件 |
整數 |
使用者最近 30 天內透過 Gmail 使用網路的時間。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間: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. |"]]