Google Meet Audit Activity Events

This document lists the events and parameters for various types of Google Meet Audit activity events. You can retrieve these events by calling Activities.list() with applicationName=meet.

Call event

A record describing a single meeting endpoint. Events of this type are returned with type=call.

Abuse report submitted

An event indicating that an abuse report was submitted in Meet.

Event details
Event name abuse_report_submitted
Parameters
action_description

string

The description for this action.

action_reason

string

The reason for this action. Possible values:

  • child_endangerment
    Label for a type of abuse.
  • fraud
    Label for a type of abuse.
  • harassment
    Label for a type of abuse.
  • malware
    Label for a type of abuse.
  • other
    Label for a type of abuse.
  • sexual
    Label for a type of abuse.
  • spam
    Label for a type of abuse.
  • violence
    Label for a type of abuse.
calendar_event_id

string

The identifier of the Google Calendar event associated with the conference.

conference_id

string

The unique identifier of the conference.

device_type

string

The participant's device type. Possible values:

  • android
    Android.
  • chromebase
    Chromebase (Meet hardware).
  • chromebox
    Chromebox (Meet hardware).
  • interop
    Endpoint joining over the 3rd party system.
  • ios
    iOS.
  • jamboard
    Jamboard.
  • other_client
    Other device type.
  • pstn_in
    PSTN dial-in, that is, a participant using a telephone to call into the meeting.
  • pstn_out
    PSTN dial-out, that is, a telephone call from the meeting.
  • smart_display
    Smart display.
  • web
    Web browser.
display_name

string

Human readable name of the endpoint that is displayed in the meeting.

endpoint_id

string

The unique endpoint identifier for the current call. Joining the same conference twice generates two distinct endpoint IDs.

identifier

string

The unique participant identifier (for example, an email address, phone number, or device ID).

identifier_type

string

Indicates the type of the participant identifier. Possible values:

  • device_id
    The unique device identifier of the Meet hardware.
  • email_address
    The participant's email address. Visible when the participant is in-domain or when the meeting is organized by a user who is in-domain.
  • phone_number
    The participant's telephone number.
ip_address

string

The participant's external IP address.

is_external

boolean

Indicates if the participant is external to your organization.

meeting_code

string

The meeting code for the Google Meet conference (for example, 'abc-hexp-tqy'). Recurrent meetings have the same meeting code.

organizer_email

string

The email address of the meeting creator.

product_type

string

The type of meeting product (Classic Hangouts/Google Meet). Possible values:

  • classic_hangouts
    Classic Hangouts.
  • meet
    Google Meet.
  • unknown_product
    Other product type.
target_display_names

string

The target display names for this action.

target_email

string

The target email for this action.

target_phone_number

string

The target phone number for this action.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=abuse_report_submitted&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
A participant submitted an abuse report in a meeting.

Broadcast activity

An event indicating that there was broadcast activity in Meet.

Event details
Event name broadcast_activity
Parameters
broadcast_state

string

The state of this Meet broadcast. Possible values:

  • active
    The broadcast is currently live.
  • starting
    The broadcast has been started but is not yet live.
  • stopped
    The broadcast is over.
conference_id

string

The unique identifier of the conference.

is_external

boolean

Indicates if the participant is external to your organization.

meeting_code

string

The meeting code for the Google Meet conference (for example, 'abc-hexp-tqy'). Recurrent meetings have the same meeting code.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=broadcast_activity&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
A participant interacted with a broadcast in Meet.

Endpoint left

An event indicating that an endpoint left a meeting.

Event details
Event name call_ended
Parameters
audio_recv_packet_loss_max

integer

The maximum packet loss for received audio streams (percent).

audio_recv_packet_loss_mean

integer

The mean packet loss for received audio streams (percent).

audio_recv_seconds

integer

The duration during which the participant received any audio (seconds).

audio_send_bitrate_kbps_mean

integer

The mean bitrate of the sent audio stream (kbit/s).

audio_send_packet_loss_max

integer

The maximum packet loss for the sent audio stream (percent).

audio_send_packet_loss_mean

integer

The mean packet loss for the sent audio stream (percent).

audio_send_seconds

integer

The duration during which the participant sent audio (seconds).

calendar_event_id

string

The identifier of the Google Calendar event associated with the conference.

conference_id

string

The unique identifier of the conference.

device_type

string

The participant's device type. Possible values:

  • android
    Android.
  • chromebase
    Chromebase (Meet hardware).
  • chromebox
    Chromebox (Meet hardware).
  • interop
    Endpoint joining over the 3rd party system.
  • ios
    iOS.
  • jamboard
    Jamboard.
  • other_client
    Other device type.
  • pstn_in
    PSTN dial-in, that is, a participant using a telephone to call into the meeting.
  • pstn_out
    PSTN dial-out, that is, a telephone call from the meeting.
  • smart_display
    Smart display.
  • web
    Web browser.
display_name

string

Human readable name of the endpoint that is displayed in the meeting.

duration_seconds

integer

The duration for which the participant stayed in the meeting (seconds).

end_of_call_rating

integer

The call rating given by the participant at the end of the call, ranging from 1 to 5.

endpoint_id

string

The unique endpoint identifier for the current call. Joining the same conference twice generates two distinct endpoint IDs.

identifier

string

The unique participant identifier (for example, an email address, phone number, or device ID).

identifier_type

string

Indicates the type of the participant identifier. Possible values:

  • device_id
    The unique device identifier of the Meet hardware.
  • email_address
    The participant's email address. Visible when the participant is in-domain or when the meeting is organized by a user who is in-domain.
  • phone_number
    The participant's telephone number.
ip_address

string

The participant's external IP address.

is_external

boolean

Indicates if the participant is external to your organization.

location_country

string

The country from which the participant joined.

location_region

string

The city or geographical region within a country from which the participant joined.

meeting_code

string

The meeting code for the Google Meet conference (for example, 'abc-hexp-tqy'). Recurrent meetings have the same meeting code.

network_congestion

integer

The fraction of time where the network did not have enough bandwidth to send all the data to Google servers (percent).

network_estimated_download_kbps_mean

integer

The estimated bandwidth used by received media streams (kbps).

network_estimated_upload_kbps_mean

integer

The estimated bandwidth used by sent media streams (kbps).

network_recv_jitter_msec_max

integer

The maximum network jitter for received packets (milliseconds).

network_recv_jitter_msec_mean

integer

The mean network jitter for received packets (milliseconds).

network_rtt_msec_mean

integer

The mean network round-trip time (milliseconds).

network_send_jitter_msec_mean

integer

The mean network jitter for sent packets (milliseconds).

network_transport_protocol

string

The network protocol that was used. Possible values:

  • multiple
    Both TCP and UDP were used.
  • tcp
    TCP.
  • tls
    TLS.
  • udp
    UDP.
  • unknown
    Unknown network protocol.
organizer_email

string

The email address of the meeting creator.

product_type

string

The type of meeting product (Classic Hangouts/Google Meet). Possible values:

  • classic_hangouts
    Classic Hangouts.
  • meet
    Google Meet.
  • unknown_product
    Other product type.
screencast_recv_bitrate_kbps_mean

integer

The mean bitrate of the received screencasts (kbit/s).

screencast_recv_fps_mean

integer

The mean frame rate of received screencasts (FPS).

screencast_recv_long_side_median_pixels

integer

The median of the long side of the received screencasts (pixels).

screencast_recv_packet_loss_max

integer

The maximum packet loss for received screencasts (percent).

screencast_recv_packet_loss_mean

integer

The mean packet loss for received screencasts (percent).

screencast_recv_seconds

integer

The duration during which the participant received any screencast (seconds).

screencast_recv_short_side_median_pixels

integer

The median of the short side of the received screencasts (pixels).

screencast_send_bitrate_kbps_mean

integer

The mean bitrate of sent screencasts (kbit/s).

screencast_send_fps_mean

integer

The mean frame rate of sent screencasts (FPS).

screencast_send_long_side_median_pixels

integer

The median of the long side of the sent screencasts (pixels).

screencast_send_packet_loss_max

integer

The maximum packet loss for sent screencasts (percent).

screencast_send_packet_loss_mean

integer

The mean packet loss for sent screencasts (percent).

screencast_send_seconds

integer

The duration during which the participant sent a screencast (seconds).

screencast_send_short_side_median_pixels

integer

The median of the short side of the sent screencasts (pixels).

video_recv_fps_mean

integer

The mean frame rate of received video streams (FPS).

video_recv_long_side_median_pixels

integer

The median of the long side of the received video streams (pixels).

video_recv_packet_loss_max

integer

The maximum packet loss for received video streams (percent).

video_recv_packet_loss_mean

integer

The mean packet loss for received video streams (percent).

video_recv_seconds

integer

The duration during which the participant received any video (seconds).

video_recv_short_side_median_pixels

integer

The median of the short side of the received video streams (pixels).

video_send_bitrate_kbps_mean

integer

The mean bitrate of the sent video stream (kbit/s).

video_send_fps_mean

integer

The mean frame rate of the sent video stream (FPS).

video_send_long_side_median_pixels

integer

The median of the long side of the sent video stream (pixels).

video_send_packet_loss_max

integer

The maximum packet loss for the sent video stream (percent).

video_send_packet_loss_mean

integer

The mean packet loss for the sent video stream (percent).

video_send_seconds

integer

The duration during which the participant sent video (seconds).

video_send_short_side_median_pixels

integer

The median of the short side of the sent video stream (pixels).

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=call_ended&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The endpoint left a video meeting

Livestream watched

An event indicating that a viewer watched a livestream in Meet.

Event details
Event name livestream_watched
Parameters
conference_id

string

The unique identifier of the conference.

device_type

string

The participant's device type. Possible values:

  • android
    Android.
  • chromebase
    Chromebase (Meet hardware).
  • chromebox
    Chromebox (Meet hardware).
  • interop
    Endpoint joining over the 3rd party system.
  • ios
    iOS.
  • jamboard
    Jamboard.
  • other_client
    Other device type.
  • pstn_in
    PSTN dial-in, that is, a participant using a telephone to call into the meeting.
  • pstn_out
    PSTN dial-out, that is, a telephone call from the meeting.
  • smart_display
    Smart display.
  • web
    Web browser.
display_name

string

Human readable name of the endpoint that is displayed in the meeting.

endpoint_id

string

The unique endpoint identifier for the current call. Joining the same conference twice generates two distinct endpoint IDs.

is_external

boolean

Indicates if the participant is external to your organization.

livestream_view_page_id

string

The id for the Meet conference livestream view page (for example, '678df2a2-1598-4754-8d3d-8b7b53868908'). Recurrent meetings have the same view page id.

meeting_code

string

The meeting code for the Google Meet conference (for example, 'abc-hexp-tqy'). Recurrent meetings have the same meeting code.

organizer_email

string

The email address of the meeting creator.

product_type

string

The type of meeting product (Classic Hangouts/Google Meet). Possible values:

  • classic_hangouts
    Classic Hangouts.
  • meet
    Google Meet.
  • unknown_product
    Other product type.
Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=livestream_watched&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The viewer watched a livestream of a meeting on view page.

Conference action

A record describing a conference action. Events of this type are returned with type=conference_action.

Dialed out

An event indicating that an endpoint dialed out.

Event details
Event name dialed_out
Parameters
action_time

string

Action time.

conference_id

string

The unique identifier of the conference.

identifier

string

The unique participant identifier (for example, an email address, phone number, or device ID).

identifier_type

string

Indicates the type of the participant identifier. Possible values:

  • device_id
    The unique device identifier of the Meet hardware.
  • email_address
    The participant's email address. Visible when the participant is in-domain or when the meeting is organized by a user who is in-domain.
  • phone_number
    The participant's telephone number.
is_external

boolean

Indicates if the participant is external to your organization.

meeting_code

string

The meeting code for the Google Meet conference (for example, 'abc-hexp-tqy'). Recurrent meetings have the same meeting code.

target_user_count

integer

Target user count.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=dialed_out&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The endpoint performed an action that requires to be reported

In meet broadcast activity

An event indicating that there was an in-meet broadcast activity.

Event details
Event name in_meet_broadcast_activity
Parameters
broadcast_state

string

The state of this Meet broadcast. Possible values:

  • active
    The broadcast is currently live.
  • starting
    The broadcast has been started but is not yet live.
  • stopped
    The broadcast is over.
conference_id

string

The unique identifier of the conference.

is_external

boolean

Indicates if the participant is external to your organization.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=in_meet_broadcast_activity&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The endpoint performed an action that requires to be reported

Invitation sent

An event indicating that an endpoint invited users to the meeting.

Event details
Event name invitation_sent
Parameters
action_time

string

Action time.

conference_id

string

The unique identifier of the conference.

identifier

string

The unique participant identifier (for example, an email address, phone number, or device ID).

identifier_type

string

Indicates the type of the participant identifier. Possible values:

  • device_id
    The unique device identifier of the Meet hardware.
  • email_address
    The participant's email address. Visible when the participant is in-domain or when the meeting is organized by a user who is in-domain.
  • phone_number
    The participant's telephone number.
is_external

boolean

Indicates if the participant is external to your organization.

meeting_code

string

The meeting code for the Google Meet conference (for example, 'abc-hexp-tqy'). Recurrent meetings have the same meeting code.

target_user_count

integer

Target user count.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=invitation_sent&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The endpoint performed an action that requires to be reported

Knocking accepted

An event indicating that an endpoint accepted knocking of other users.

Event details
Event name knocking_accepted
Parameters
action_time

string

Action time.

conference_id

string

The unique identifier of the conference.

identifier

string

The unique participant identifier (for example, an email address, phone number, or device ID).

identifier_type

string

Indicates the type of the participant identifier. Possible values:

  • device_id
    The unique device identifier of the Meet hardware.
  • email_address
    The participant's email address. Visible when the participant is in-domain or when the meeting is organized by a user who is in-domain.
  • phone_number
    The participant's telephone number.
is_external

boolean

Indicates if the participant is external to your organization.

meeting_code

string

The meeting code for the Google Meet conference (for example, 'abc-hexp-tqy'). Recurrent meetings have the same meeting code.

target_user_count

integer

Target user count.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=knocking_accepted&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The endpoint performed an action that requires to be reported

Knocking denied

An event indicating that an endpoint denied knocking of other users.

Event details
Event name knocking_denied
Parameters
action_time

string

Action time.

conference_id

string

The unique identifier of the conference.

identifier

string

The unique participant identifier (for example, an email address, phone number, or device ID).

identifier_type

string

Indicates the type of the participant identifier. Possible values:

  • device_id
    The unique device identifier of the Meet hardware.
  • email_address
    The participant's email address. Visible when the participant is in-domain or when the meeting is organized by a user who is in-domain.
  • phone_number
    The participant's telephone number.
is_external

boolean

Indicates if the participant is external to your organization.

meeting_code

string

The meeting code for the Google Meet conference (for example, 'abc-hexp-tqy'). Recurrent meetings have the same meeting code.

target_user_count

integer

Target user count.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=knocking_denied&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The endpoint performed an action that requires to be reported

Poll answered

An event indicating that an endpoint answered a poll.

Event details
Event name poll_answered
Parameters
action_time

string

Action time.

conference_id

string

The unique identifier of the conference.

identifier

string

The unique participant identifier (for example, an email address, phone number, or device ID).

identifier_type

string

Indicates the type of the participant identifier. Possible values:

  • device_id
    The unique device identifier of the Meet hardware.
  • email_address
    The participant's email address. Visible when the participant is in-domain or when the meeting is organized by a user who is in-domain.
  • phone_number
    The participant's telephone number.
is_external

boolean

Indicates if the participant is external to your organization.

meeting_code

string

The meeting code for the Google Meet conference (for example, 'abc-hexp-tqy'). Recurrent meetings have the same meeting code.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=poll_answered&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The endpoint performed an action that requires to be reported

Poll created

An event indicating that an endpoint created a poll.

Event details
Event name poll_created
Parameters
action_time

string

Action time.

conference_id

string

The unique identifier of the conference.

identifier

string

The unique participant identifier (for example, an email address, phone number, or device ID).

identifier_type

string

Indicates the type of the participant identifier. Possible values:

  • device_id
    The unique device identifier of the Meet hardware.
  • email_address
    The participant's email address. Visible when the participant is in-domain or when the meeting is organized by a user who is in-domain.
  • phone_number
    The participant's telephone number.
is_external

boolean

Indicates if the participant is external to your organization.

meeting_code

string

The meeting code for the Google Meet conference (for example, 'abc-hexp-tqy'). Recurrent meetings have the same meeting code.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=poll_created&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The endpoint performed an action that requires to be reported

Presentation started

An event indicating that an endpoint started a presentation.

Event details
Event name presentation_started
Parameters
action_time

string

Action time.

conference_id

string

The unique identifier of the conference.

identifier

string

The unique participant identifier (for example, an email address, phone number, or device ID).

identifier_type

string

Indicates the type of the participant identifier. Possible values:

  • device_id
    The unique device identifier of the Meet hardware.
  • email_address
    The participant's email address. Visible when the participant is in-domain or when the meeting is organized by a user who is in-domain.
  • phone_number
    The participant's telephone number.
is_external

boolean

Indicates if the participant is external to your organization.

meeting_code

string

The meeting code for the Google Meet conference (for example, 'abc-hexp-tqy'). Recurrent meetings have the same meeting code.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=presentation_started&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The endpoint performed an action that requires to be reported

Presentation stopped

An event indicating that an endpoint stopped a presentation.

Event details
Event name presentation_stopped
Parameters
action_time

string

Action time.

conference_id

string

The unique identifier of the conference.

identifier

string

The unique participant identifier (for example, an email address, phone number, or device ID).

identifier_type

string

Indicates the type of the participant identifier. Possible values:

  • device_id
    The unique device identifier of the Meet hardware.
  • email_address
    The participant's email address. Visible when the participant is in-domain or when the meeting is organized by a user who is in-domain.
  • phone_number
    The participant's telephone number.
is_external

boolean

Indicates if the participant is external to your organization.

meeting_code

string

The meeting code for the Google Meet conference (for example, 'abc-hexp-tqy'). Recurrent meetings have the same meeting code.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=presentation_stopped&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The endpoint performed an action that requires to be reported

Question created

An event indicating that an endpoint created a question.

Event details
Event name question_created
Parameters
action_time

string

Action time.

conference_id

string

The unique identifier of the conference.

identifier

string

The unique participant identifier (for example, an email address, phone number, or device ID).

identifier_type

string

Indicates the type of the participant identifier. Possible values:

  • device_id
    The unique device identifier of the Meet hardware.
  • email_address
    The participant's email address. Visible when the participant is in-domain or when the meeting is organized by a user who is in-domain.
  • phone_number
    The participant's telephone number.
is_external

boolean

Indicates if the participant is external to your organization.

meeting_code

string

The meeting code for the Google Meet conference (for example, 'abc-hexp-tqy'). Recurrent meetings have the same meeting code.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=question_created&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The endpoint performed an action that requires to be reported

Question responded

An event indicating that an endpoint responded to a question.

Event details
Event name question_responded
Parameters
action_time

string

Action time.

conference_id

string

The unique identifier of the conference.

identifier

string

The unique participant identifier (for example, an email address, phone number, or device ID).

identifier_type

string

Indicates the type of the participant identifier. Possible values:

  • device_id
    The unique device identifier of the Meet hardware.
  • email_address
    The participant's email address. Visible when the participant is in-domain or when the meeting is organized by a user who is in-domain.
  • phone_number
    The participant's telephone number.
is_external

boolean

Indicates if the participant is external to your organization.

meeting_code

string

The meeting code for the Google Meet conference (for example, 'abc-hexp-tqy'). Recurrent meetings have the same meeting code.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=question_responded&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The endpoint performed an action that requires to be reported

Recording activity

An event indicating that there was recording activity in Meet.

Event details
Event name recording_activity
Parameters
conference_id

string

The unique identifier of the conference.

is_external

boolean

Indicates if the participant is external to your organization.

streaming_session_state

string

The state of this Meet streaming session. Possible values:

  • active
    The broadcast is currently live.
  • starting
    The broadcast has been started but is not yet live.
  • stopped
    The broadcast is over.
Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=recording_activity&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The endpoint performed an action that requires to be reported

Transcription activity

An event indicating that there was transcription activity in Meet.

Event details
Event name transcription_activity
Parameters
conference_id

string

The unique identifier of the conference.

is_external

boolean

Indicates if the participant is external to your organization.

streaming_session_state

string

The state of this Meet streaming session. Possible values:

  • active
    The broadcast is currently live.
  • starting
    The broadcast has been started but is not yet live.
  • stopped
    The broadcast is over.
Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=transcription_activity&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The endpoint performed an action that requires to be reported

Whiteboard started

An event indicating that an endpoint started a whiteboard.

Event details
Event name whiteboard_started
Parameters
action_time

string

Action time.

conference_id

string

The unique identifier of the conference.

identifier

string

The unique participant identifier (for example, an email address, phone number, or device ID).

identifier_type

string

Indicates the type of the participant identifier. Possible values:

  • device_id
    The unique device identifier of the Meet hardware.
  • email_address
    The participant's email address. Visible when the participant is in-domain or when the meeting is organized by a user who is in-domain.
  • phone_number
    The participant's telephone number.
is_external

boolean

Indicates if the participant is external to your organization.

meeting_code

string

The meeting code for the Google Meet conference (for example, 'abc-hexp-tqy'). Recurrent meetings have the same meeting code.

Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/meet?eventName=whiteboard_started&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
The endpoint performed an action that requires to be reported