Gmail Parameters
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इस दस्तावेज़ में अलग-अलग तरह के
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 से उपयोगकर्ता के सबसे हाल के इंटरैक्शन का समय. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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. |"]]