संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इस दस्तावेज़ में अलग-अलग तरह के
Gmail गतिविधि इवेंट के लिए पैरामीटर दिए गए हैं. इन इवेंट को parameters=gmail:PARAMETER के साथ
UserUsagereport.get() पर कॉल करके,
फिर से पाया जा सकता है.
नाम
Type
जानकारी
is_gmail_Enabled
बूलियन
सही होने पर, उपयोगकर्ता की Gmail सेवा चालू कर दी जाती है.
num_emails_exchangeed
पूर्णांक
एक्सचेंज किए गए ईमेल की कुल संख्या. यह num_emails_sent और num_emails_receiptd का कुल योग है.
num_emails_receiptd
पूर्णांक
उपयोगकर्ता को मिले ईमेल की संख्या.
num_emails_sent
पूर्णांक
उपयोगकर्ता की ओर से भेजे गए ईमेल की संख्या.
num_spam_emails_receiptd
पूर्णांक
उपयोगकर्ता को स्पैम मेल के तौर पर मार्क किए गए ईमेल की संख्या.
टाइमस्टैंप_आखिरी_ऐक्सेस
पूर्णांक
पिछले 30 दिनों में, उपयोगकर्ता के खाते को हाल ही में ऐक्सेस करने का समय. यह उन गैर-उपयोगकर्ता इवेंट से ट्रिगर हो सकता है, जिन्हें ऐक्सेस की ज़रूरत होती है, जैसे मेल पाना.
timestamp_last_imap
पूर्णांक
पिछले 30 दिनों में उपयोगकर्ता के सबसे हाल के आईएमएपी इंटरैक्शन का समय.
टाइमस्टैंप_लास्ट_इंटरैक्शन
पूर्णांक
पिछले 30 दिनों में उपयोगकर्ता के सबसे हाल के इंटरैक्शन का समय.
टाइमस्टैंप_आखिरी_पॉप
पूर्णांक
पिछले 30 दिनों में उपयोगकर्ता के सबसे हाल के पीओपी इंटरैक्शन का समय.
टाइमस्टैंप_आखिरी_वेबमेल
पूर्णांक
पिछले 30 दिनों में वेब Gmail से उपयोगकर्ता के सबसे हाल के इंटरैक्शन का समय.
[[["समझने में आसान है","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"]],["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# Gmail Parameters\n\nThis document lists the parameters for\nvarious types of\nGmail activity events. You can retrieve these events by\ncalling [UserUsageReport.get()](/workspace/admin/reports/v1/reference/userUsageReport/get)\nwith `parameters=gmail:`\u003cvar class=\"apiparam\" translate=\"no\"\u003ePARAMETER\u003c/var\u003e.\n\n| Name | Type | Description |\n|----------------------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| is_gmail_enabled | boolean | If true, the user's Gmail service is enabled. |\n| num_emails_exchanged | integer | The total number of emails exchanged. This is the total of num_emails_sent plus num_emails_received. |\n| num_emails_received | integer | The number of emails received by the user. |\n| num_emails_sent | integer | The number of emails sent by the user. |\n| num_spam_emails_received | integer | The number of emails received by the user's marked as spam mail. |\n| timestamp_last_access | integer | The time of the most recent access to the user's account within last 30 days. This can be triggered by non-user events requiring access, such as receiving mail. |\n| timestamp_last_imap | integer | The time of user's most recent IMAP interaction within last 30 days. |\n| timestamp_last_interaction | integer | The time of the user's most recent interaction within last 30 days. |\n| timestamp_last_pop | integer | The time of user's most recent POP interaction within last 30 days. |\n| timestamp_last_webmail | integer | The time of user's most recent interaction from web Gmail within last 30 days. |"]]