Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
В этом документе перечислены параметры для различных типов событий активности Gmail. Вы можете получить эти события, вызвав UserUsageReport.get() с parameters=gmail: PARAMETER .
Имя
Тип
Описание
is_gmail_enabled
логический
Если true, служба Gmail пользователя включена.
num_emails_exchanged
целое число
Общее количество обмененных писем. Это сумма num_emails_sent плюс num_emails_received.
num_emails_received
целое число
Количество писем, полученных пользователем.
num_mails_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 дней.
[[["Прост для понимания","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. |"]]