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.
ADD_WEB_ADDRESS 
| SITE_  |   The website path. | 
| WEB_  |   The website's full URL. | 
GET https://admin.googleapis.com  
 {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.
DELETE_WEB_ADDRESS 
| SITE_  |   The website path. | 
| WEB_  |   The website's full URL. | 
GET https://admin.googleapis.com  
 {WEB_ADDRESS} 
deleted as web address for site location {SITE_LOCATION} 
 
Sites Setting Change
CHANGE_SITES_SETTING 
| DOMAIN_  |   The primary domain name. | 
| NEW_  |   The new  | 
| OLD_  |   The previous  | 
| ORG_  |   The organizational unit (OU) name (path). | 
| SETTING_  |   The unique name (ID) of the setting that was changed. | 
GET https://admin.googleapis.com  
 {SETTING_NAME} 
for sites in your organization changed from {OLD_VALUE} 
to {NEW_VALUE} 
 
Sites web address mapping change
Sites web address mapping update.
CHANGE_SITES_WEB_ADDRESS_MAPPING_UPDATES 
| SERVICE_  |   The record to update. | 
| SITE_  |   The website path. | 
| WEB_  |   The website's full URL. | 
GET https://admin.googleapis.com  
 {SERVICE_NAME} 
this {WEB_ADDRESS} 
as web address for site location {SITE_LOCATION} 
 
Viewed Google Site details
VIEW_SITE_DETAILS 
SITE_  
 string 
The name of the website.
GET https://admin.googleapis.com  
Admin viewed the site details of {SITE_NAME} 
 

