The number of days back has been increasing over the last two weeks. As of today the report is now going back 17 days to get the data. In the past it usually goes back 4-6 days.
The request is
gam redirect stdout ./GSuite_usage.gaminfo multiprocess report users fields "${FIELDS}" fulldatarequired all allverifyuser ____@
nmu.edu
The fields list contains the following list of fields
accounts:disabled_reason
accounts:drive_used_quota_in_mb
accounts:gmail_used_quota_in_mb
accounts:gplus_photos_used_quota_in_mb
accounts:last_login_time
accounts:last_sso_time
accounts:total_quota_in_mb
accounts:used_quota_in_mb
accounts:used_quota_in_percentage
gmail:last_access_time
gmail:last_imap_time
gmail:last_interaction_time
gmail:last_pop_time
gmail:last_webmail_time
I tested today and found that if i only ask for the gmail: fields the request will give me data from today, but if i ask for any of the accounts: fields it is going back the 17 days.
Has anyone else seen this behavior?
Looking at the user-reports github wiki i find mention of the <UserServiceNameList> option for fulldatarequired. What are all of the possible values for UserServiceName? And would using this instead of "all" help?