I am working with Gemini for Workspace usage logs loaded into BigQuery and trying to build a clean reporting dashboard that measures true human adoption. My goal is to count distinct human interactions (button clicks, prompts, etc.) and exclude any automated system telemetry, backend sub-processes, or workflow/agentic background loops that inflate the numbers via double-counting.
I have a dataset from recent usage (mid-2026), and I suspect several of the ACTION labels represent background processing rather than human clicks.
Could anyone with experience in the Workspace API/telemetry data confirm if our internal assessment of which actions to exclude is correct?
Actions We Suspect Are System Noise (Planning to Exclude)
We believe the following actions either duplicate a human action (logged simultaneously) or represent background system processes. In addition to excluding actions in the “inactive” event_category, we are scrutinizing the so-called active actions carefully. Are we correct to filter these out to avoid double-counting?
-
classic_use_case_suggest_time_reporting(Suspect: backend success tracking for Calendar time suggestions) -
classic_use_case_preset_voiceover(Suspect: internal wrapper for applying a voiceover) -
classic_use_case_drive_search_ai_overview_quota(Suspect: backend quota check) -
classic_use_case_teleprompter_word_match(Suspect: passive tracking of reading speed/position) -
generate_ai_function_response(Suspect: API-level event when an agent/model calls an external tool) -
slide_as_image(Suspect: system capturing a slide to feed to the AI for context) -
edit_image_gempix1(Suspect: specific model routing label logged alongside the broaderedit_imageaction) -
summarize_for_tts(Suspect: intermediary formatting step before text-to-speech executes)
Full List of Actions in Our Dataset
For context, here is the complete list of unique ACTION values currently present in our active categories (active_conversations, active_generate, active_summarize). If you spot any other actions in this list that are known system noise or agentic background loops, please let me know!
Conversations & Chat:
add_to_calendar, classic_use_case_gemini_app, conversation, conversation_agentic (Note: we want to count the human prompt here, but exclude the resulting agent loop), conversation_canvas, conversation_image, describe_gemini_uses, generate_starter_active_view, generate_starter_deck_gen, generate_starter_freeform, outline, proactive_suggestions_response, summarize_unspecified_file
Generation & Editing:
beautify_this_slide, bulletize, classic_use_case_docs_read_aloud, classic_use_case_sheets_turbofill, condense, custom_prompt, edit_image, edit_slide, elaborate, expand, find_and_organize_within_folder, formalize, generate_avatar_video, generate_avatar_videos, generate_document, generate_form, generate_form_questions, generate_images_in_product, generate_music, generate_music_full_song, generate_page_outline, generate_recording_scripts, generate_search_ai_mode, generate_talkshow, generate_text, generate_videos_from_image, generate_videos_from_reference, generate_videos_in_product, infographic, list_action_items, match_writing_style, paraphrase, proofread, remove_background, source_suggestions, suggest_replies, text_to_speech
Summarization:
catch_me_up, classic_use_case_meet_take_notes_for_me_session, summarize, summarize_file, summarize_items, summarize_long
Thank you in advance for any insight into Google’s specific logging behavior for these features!