Update Reports.md
Some checks failed
Push wiki / pushwiki (push) Has been cancelled

This commit is contained in:
Ross Scroggs
2026-01-20 14:34:14 -08:00
parent 899200399c
commit cd34c3d1e2

View File

@@ -134,6 +134,11 @@ GAM will supply missing values:
For `gam report gmail`, `gmaileventtypes <NumberRangeList>` can be used to limit the event types displayed.
* See: https://developers.google.com/workspace/admin/reports/v1/appendix/activity/gmail
You can use the following filter to select a specific event; replace `X` with your desired value.
```
filter "event_info.mail_event_type==X"
```
Apply API filters.
* `filter|filters <String>` - `<String>` is a comma separated list of filter expressions.