Stay organized with collections
Save and categorize content based on your preferences.
This document lists the events and parameters for
various types of
Keep Audit activity events. You can retrieve these events by
calling Activities.list()
with applicationName=keep.
User action
Event is user-initiated.
Events of this type are returned with type=user_action.
Attachment deleted
Event generated when a user removes an attachment from a note (excludes drawings).
Event details
Event name
deleted_attachment
Parameters
attachment_name
string
Attachment resource URI.
note_name
string
Note resource URI.
owner_email
string
Note owner email.
Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=deleted_attachment&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{actor} deleted an attachment
Attachment uploaded
Event generated when a user uploads a new attachment to a note (excludes drawings).
Event details
Event name
uploaded_attachment
Parameters
attachment_name
string
Attachment resource URI.
note_name
string
Note resource URI.
owner_email
string
Note owner email.
Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=uploaded_attachment&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{actor} uploaded an attachment
Note content edited
Event generated when a user modifies the title, text, or list items of a note.
Event details
Event name
edited_note_content
Parameters
note_name
string
Note resource URI.
owner_email
string
Note owner email.
Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=edited_note_content&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{actor} edited note content
Note created
Event generated when a user creates a note.
Event details
Event name
created_note
Parameters
note_name
string
Note resource URI.
owner_email
string
Note owner email.
Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=created_note&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{actor} created a note
Note deleted
Event generated when a note is deleted by its owner.
Event details
Event name
deleted_note
Parameters
note_name
string
Note resource URI.
owner_email
string
Note owner email.
Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=deleted_note&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{actor} deleted a note
Permissions edited
Event generated when a user gains or loses access to a note.
Event details
Event name
modified_acl
Parameters
note_name
string
Note resource URI.
owner_email
string
Note owner email.
Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=modified_acl&maxResults=10&access_token=YOUR_ACCESS_TOKEN
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[[["This document outlines Keep Audit activity events, accessible via the Activities.list() method with `applicationName=keep`, providing insights into user actions related to Google Keep."],["Events are categorized as user-initiated (`type=user_action`) and include actions like creating, editing, and deleting notes and attachments."],["Each event type has specific parameters, such as note and attachment resource URIs and the owner's email, aiding in detailed activity tracking."],["Sample requests are provided to demonstrate how to retrieve event data using the Google Admin API."],["Admin Console message formats offer concise descriptions of user actions for easier interpretation within the console."]]],[]]