ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
ParameterOfficial nameExplanationDocumentation page
2
accounts:last_login_timetimestamp_last_loginThe time when the user last logged into the user's account. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z.
https://developers.google.com/admin-sdk/reports/v1/appendix/usage/user/accounts
3
accounts:last_sso_timetimestamp_last_ssoThe time when the user last logged into the user's account using Single Sign-On (SSO). The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z.
https://developers.google.com/admin-sdk/reports/v1/appendix/usage/user/accounts
4
drive:last_active_usage_timetimestamp_last_active_usageIndicates the user's last active Google Drive use.https://developers.google.com/admin-sdk/reports/v1/appendix/usage/user/drive
5
gmail:last_access_timetimestamp_last_accessThe 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.https://developers.google.com/admin-sdk/reports/v1/appendix/usage/user/gmail
6
gmail:last_imap_timetimestamp_last_imapThe time of user's most recent IMAP interaction within last 30 days.https://developers.google.com/admin-sdk/reports/v1/appendix/usage/user/gmail
7
gmail:last_interaction_timetimestamp_last_interactionThe time of the user's most recent interaction within last 30 days.https://developers.google.com/admin-sdk/reports/v1/appendix/usage/user/gmail
8
gmail:last_webmail_timetimestamp_last_webmailThe time of user's most recent interaction from web Gmail within last 30 days.https://developers.google.com/admin-sdk/reports/v1/appendix/usage/user/gmail
9
gmail:last_pop_timetimestamp_last_popThe time of user's most recent POP interaction within last 30 days.https://developers.google.com/admin-sdk/reports/v1/appendix/usage/user/gmail
10
11
12
= Fields that only cover the past 30 days, not all time
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100