با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
این سند پارامترهای انواع مختلف رویدادهای فعالیت Gmail را فهرست می کند. شما می توانید این رویدادها را با فراخوانی UserUsageReport.get() با parameters=gmail: PARAMETER بازیابی کنید.
نام
تایپ کنید
شرح
is_gmail_enabled
بولی
اگر درست باشد، سرویس جیمیل کاربر فعال است.
num_emails_exchanged
عدد صحیح
تعداد کل ایمیل های رد و بدل شده این مجموع num_emails_sent به اضافه num_emails_received است.
num_emails_received
عدد صحیح
تعداد ایمیل های دریافت شده توسط کاربر.
num_emails_sent
عدد صحیح
تعداد ایمیل های ارسال شده توسط کاربر.
num_spam_emails_received
عدد صحیح
تعداد ایمیل های دریافت شده توسط کاربر به عنوان ایمیل هرزنامه علامت گذاری شده است.
timestamp_last_access
عدد صحیح
زمان آخرین دسترسی به حساب کاربر در 30 روز گذشته. این می تواند توسط رویدادهای غیر کاربری که نیاز به دسترسی دارند، مانند دریافت نامه، ایجاد شود.
timestamp_last_imap
عدد صحیح
زمان آخرین تعامل IMAP کاربر در 30 روز گذشته.
timestamp_last_interaction
عدد صحیح
زمان آخرین تعامل کاربر در 30 روز گذشته.
timestamp_last_pop
عدد صحیح
زمان آخرین تعامل POP کاربر در 30 روز گذشته.
timestamp_last_webmail
عدد صحیح
زمان آخرین تعامل کاربر از وب Gmail در 30 روز گذشته.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[],[],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. |"]]