Stay organized with collections
Save and categorize content based on your preferences.
This document lists the events and parameters for
Sites Settings
Admin Audit activity events. You can retrieve these events by
calling Activities.list()
with applicationName=admin.
Sites Settings
Events of this type are returned with type=SITES_SETTINGS.
Add Web Address
Event gets triggered when a web address is added via cpanel.
Event details
Event name
ADD_WEB_ADDRESS
Parameters
SITE_LOCATION
string
The website path.
WEB_ADDRESS
string
The website's full URL.
Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=ADD_WEB_ADDRESS&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{WEB_ADDRESS} added as web address for site location {SITE_LOCATION}
Delete Web Address
Event gets triggered when a web address is deleted via cpanel.
Event details
Event name
DELETE_WEB_ADDRESS
Parameters
SITE_LOCATION
string
The website path.
WEB_ADDRESS
string
The website's full URL.
Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=DELETE_WEB_ADDRESS&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{WEB_ADDRESS} deleted as web address for site location {SITE_LOCATION}
Sites Setting Change
Event details
Event name
CHANGE_SITES_SETTING
Parameters
DOMAIN_NAME
string
The primary domain name.
NEW_VALUE
string
The new SETTING_NAME value that was set during this event.
OLD_VALUE
string
The previous SETTING_NAME value that was replaced during this event.
ORG_UNIT_NAME
string
The organizational unit (OU) name (path).
SETTING_NAME
string
The unique name (ID) of the setting that was changed.
Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_SITES_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{SETTING_NAME} for sites in your organization changed from {OLD_VALUE} to {NEW_VALUE}
Sites web address mapping change
Sites web address mapping update.
Event details
Event name
CHANGE_SITES_WEB_ADDRESS_MAPPING_UPDATES
Parameters
SERVICE_NAME
string
The record to update.
SITE_LOCATION
string
The website path.
WEB_ADDRESS
string
The website's full URL.
Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_SITES_WEB_ADDRESS_MAPPING_UPDATES&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Admin Console message format
{SERVICE_NAME} this {WEB_ADDRESS} as web address for site location {SITE_LOCATION}
Viewed Google Site details
Event details
Event name
VIEW_SITE_DETAILS
Parameters
SITE_NAME
string
The name of the website.
Sample request
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=VIEW_SITE_DETAILS&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 the events and parameters for Google Sites Settings Admin Audit activity."],["These events, including adding/deleting web addresses, changing Sites settings, updating web address mappings, and viewing site details, can be retrieved using the Activities.list() method."],["Each event has specific parameters like site location, web address, setting name, and domain name, which provide detailed information about the activity."],["Admins can use the provided sample requests with their access token to query and retrieve specific event data."],["The Admin Console message format shows how each event is displayed within the Google Admin Console interface."]]],[]]