Gmail Parameters
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このドキュメントでは、さまざまな種類の Gmail アクティビティ イベントのパラメータを示します。これらのイベントを取得するには、parameters=gmail:PARAMETER
を使用して UserUsageReport.get() を呼び出します。
名前 |
型 |
説明 |
is_gmail_enabled |
ブール値 |
true の場合、ユーザーの Gmail サービスは有効になっています。 |
num_emails_exchanged(メールアドレスを交換) |
整数 |
送受信されたメールの合計数。これは、num_emails_sent と num_emails_received の合計です。 |
num_emails_received |
整数 |
ユーザーが受信したメールの数。 |
num_emails_sent(メールアドレスを送信済み) |
整数 |
ユーザーが送信したメールの数。 |
num_spam_emails_received |
整数 |
ユーザーが迷惑メールに分類したメールの数。 |
timestamp_last_access |
整数 |
過去 30 日以内にお客様のアカウントに最後にアクセスした時刻。メールの受信など、アクセスを必要とするユーザー以外のイベントが原因でトリガーされることがあります。 |
timestamp_last_imap |
整数 |
過去 30 日間にユーザーが最後に IMAP 操作を行った時刻。 |
timestamp_last_interaction |
整数 |
過去 30 日間におけるユーザーの直近の操作の時間。 |
timestamp_last_pop |
整数 |
過去 30 日間にユーザーが最後に POP で操作した時間。 |
timestamp_last_webmail |
整数 |
過去 30 日以内にウェブ Gmail から最後に操作を行った時刻。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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. |"]]