Google Chat Parameters
This document lists the parameters for
various types of
Google Chat activity events. You can retrieve these events by
calling UserUsageReport.get()
with parameters=chat:PARAMETER
.
Name |
Type |
Description |
num_28day_attachments_uploaded |
integer |
The number of attachments uploaded in the last 28 days. |
num_28day_conversations_read |
integer |
The number of conversations read in the last 28 days. |
num_28day_messages_and_reactions_sent |
integer |
The number of messages and reactions sent in the last 28 days. |
num_28day_spaces_created |
integer |
The number of spaces created in the last 28 days. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-13 UTC.
[null,null,["Last updated 2025-02-13 UTC."],[],["The document outlines parameters for Google Chat activity events, retrievable via the `UserUsageReport.get()` method using `parameters=chat:PARAMETER`. It defines four key metrics: `num_28day_attachments_uploaded` (count of attachments uploaded in the last 28 days), `num_28day_conversations_read` (conversations read in the last 28 days), `num_28day_messages_and_reactions_sent` (messages and reactions sent in the last 28 days), and `num_28day_spaces_created` (spaces created in the last 28 days).\n"]]