संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इस दस्तावेज़ में, इवेंट और पैरामीटर की जानकारी दी गई है
Sites की सेटिंग
एडमिन ऑडिट गतिविधि इवेंट. आप इन इवेंट को इसके ज़रिए वापस ला सकते हैं
Activities.list() को कॉल करें
applicationName=admin के साथ.
Sites की सेटिंग
इस तरह के इवेंट type=SITES_SETTINGS के साथ दिखाए जाते हैं.
वेब पता जोड़ें
जब किसी वेब पते को एमपीएन के ज़रिए जोड़ा जाता है, तब इवेंट ट्रिगर होता है.
इवेंट की जानकारी
इवेंट का नाम
ADD_WEB_ADDRESS
पैरामीटर
SITE_LOCATION
string
वेबसाइट का पाथ.
WEB_ADDRESS
string
वेबसाइट का पूरा यूआरएल.
अनुरोध का उदाहरण
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 मैसेज का फ़ॉर्मैट
{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
Admin console मैसेज का फ़ॉर्मैट
{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
संगठन की इकाई (ओयू) का नाम (पाथ).
SETTING_NAME
string
बदली गई सेटिंग का यूनीक नाम (आईडी).
अनुरोध का उदाहरण
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 मैसेज का फ़ॉर्मैट
{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
Admin console मैसेज का फ़ॉर्मैट
{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 (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."]]],[]]