GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=ADD_WEB_ADDRESS&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台郵件格式
{WEB_ADDRESS} added as web address for site location {SITE_LOCATION}
刪除網址
如果透過控制台刪除網址,就會觸發事件。
活動詳細資料
事件名稱
DELETE_WEB_ADDRESS
參數
SITE_LOCATION
string
網站路徑。
WEB_ADDRESS
string
網站的完整網址。
要求範例
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=DELETE_WEB_ADDRESS&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台郵件格式
{WEB_ADDRESS} deleted as web address for site location {SITE_LOCATION}
變更協作平台設定
活動詳細資料
事件名稱
CHANGE_SITES_SETTING
參數
DOMAIN_NAME
string
主網域名稱。
NEW_VALUE
string
在這個事件期間設定的新 SETTING_NAME 值。
OLD_VALUE
string
在這個事件期間替換的先前的 SETTING_NAME 值。
ORG_UNIT_NAME
string
機構單位 (OU) 名稱 (路徑)。
SETTING_NAME
string
變更設定的專屬名稱 (ID)。
要求範例
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_SITES_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台郵件格式
{SETTING_NAME} for sites in your organization changed from {OLD_VALUE} to {NEW_VALUE}
變更協作平台網址對應設定
更新協作平台網址對應。
活動詳細資料
事件名稱
CHANGE_SITES_WEB_ADDRESS_MAPPING_UPDATES
參數
SERVICE_NAME
string
要更新的記錄。
SITE_LOCATION
string
網站路徑。
WEB_ADDRESS
string
網站的完整網址。
要求範例
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
管理控制台郵件格式
{SERVICE_NAME} this {WEB_ADDRESS} as web address for site location {SITE_LOCATION}
已查看 Google 協作平台詳細資料
活動詳細資料
事件名稱
VIEW_SITE_DETAILS
參數
SITE_NAME
string
網站名稱。
要求範例
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=VIEW_SITE_DETAILS&maxResults=10&access_token=YOUR_ACCESS_TOKEN
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-29 (世界標準時間)。"],[[["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."]]],[]]