This document lists the parameters for
various types of
Gmail activity events. You can retrieve these events by
calling UserUsageReport.get()
with applicationName=gmail
.
Name | Type | Description |
---|---|---|
has_used_active_sync | boolean | |
has_used_gbes | boolean | |
has_used_glook | boolean | |
has_used_mobile_ui | boolean | |
is_gmail_enabled | boolean | If true, the user's Gmail service is enabled. |
num_android_activities | integer | The number of user activities from an Android device |
num_android_native_app_activities | integer | The number of user activities from the Gmail Android app. |
num_attachments_opened_in_google_docs | integer | |
num_desktop_activities | integer | The number of user activities from a desktop device |
num_emails_exchanged | integer | The total number of emails exchanged. This is the total of num_emails_sent plus num_emails_received. |
num_emails_received | integer | The number of emails received by the user. |
num_emails_sent | integer | The number of emails sent by the user. |
num_imap_activities | integer | The number of user activities from an IMAP app |
num_ios_activities | integer | The number of user activities from an iOS device |
num_ios_native_app_activities | integer | The number of user activities from the Gmail iOS app |
num_spam_emails_received | integer | The number of emails received by the user's marked as spam mail. |
num_web_ui_activities | integer | The number of user activities from Gmail web UI |
timestamp_last_access | integer | Last access timestamp |
timestamp_last_imap | integer | Last imap access timestamp |
timestamp_last_interaction | integer | Last interactive access timestamp |
timestamp_last_pop | integer | Last pop access timestamp |
timestamp_last_webmail | integer | Last web access timestamp |