Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
В этом документе перечислены параметры для различных типов событий активности Currents. Вы можете получить эти события, вызвав EntityUsageReports.get() с parameters=gplus_communities: PARAMETER .
Чтобы получить отчет о сообществах Currents, используйте gplus_communities в качестве значения для entityType . Для сообществ, ограниченных вашей организацией, entityKey можно найти в URL-адресе сообщества в Currents. Например, URL-адрес справочного сообщества Currents: https://currents.google.com/communities/115758385206378551362 . В этом примере entityKey — «115758385206378551362». То же значение возвращается в поле entityId ответа.
При использовании all в качестве entityKey в этом отчете отображаются сообщества за пределами вашей организации, если один из владельцев является членом вашей организации. Однако имя сообщества этих экземпляров пусто, и вы не можете использовать entityId , возвращенный в ответе, для создания ссылки на сообщество. Вы по-прежнему можете использовать entityId в качестве entityKey в дальнейших запросах.
.
Имя
Тип
Описание
имя сообщества
нить
Отображаемое имя сообщества.
Создание_время_использования
целое число
Отметка времени создания сообщества.
num_30day_active_external_members
целое число
Количество активных участников сообщества за последние 30 дней, которые не являются членами домена.
num_30day_active_internal_members
целое число
Количество активных участников сообщества за последние 30 дней, которые также являются участниками домена.
num_30day_active_members
целое число
Количество активных участников в сообществе за последние 30 дней.
num_30day_new_members
целое число
Количество новых участников в сообществе за последние 30 дней.
num_30day_plusones
целое число
Количество лайков в сообществе за последние 30 дней.
num_30day_replies
целое число
Количество комментариев в сообществе за последние 30 дней.
num_30day_shares
целое число
Количество сообщений в сообществе за последние 30 дней.
num_7day_active_external_members
целое число
Количество активных участников сообщества за последние 7 дней, которые не являются членами домена.
num_7day_active_internal_members
целое число
Количество активных участников сообщества за последние 7 дней, которые также являются участниками домена.
num_7day_active_members
целое число
Количество активных участников в сообществе за последние 7 дней.
num_7day_new_members
целое число
Количество новых участников в сообществе за последние 7 дней.
num_7day_plusones
целое число
Количество лайков в сообществе за последние 7 дней.
num_7day_replies
целое число
Количество комментариев в сообществе за последние 7 дней.
num_7day_shares
целое число
Количество постов в сообществе за последние 7 дней.
num_90day_new_members
целое число
Количество новых участников в сообществе за последние 90 дней.
num_90day_plusones
целое число
Количество лайков в сообществе за последние 90 дней.
num_90day_replies
целое число
Количество комментариев в сообществе за последние 90 дней.
num_90day_shares
целое число
Количество сообщений в сообществе за последние 90 дней.
num_external_members
целое число
Количество участников сообщества, не являющихся членами домена.
num_internal_members
целое число
Количество участников в сообществе, которые являются членами домена.
[[["Прост для понимания","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,["# Currents Parameters\n\nThis document lists the parameters for\nvarious types of\nCurrents activity events. You can retrieve these events by\ncalling [EntityUsageReports.get()](/workspace/admin/reports/v1/reference/entityUsageReports/get)\nwith `parameters=gplus_communities:`\u003cvar class=\"apiparam\" translate=\"no\"\u003ePARAMETER\u003c/var\u003e.\n\n\n| All Currents reports and APIs are deprecated and will no longer be available after August 2023. For more information, see [Learn more about the switch from Currents to Google Chat](https://support.google.com/a/answer/13137538).\n\nTo retrieve a report on Currents communities, use `gplus_communities` as the value for `entityType`. For communities restricted to your organization, the `entityKey` can be found in the URL of the Community on Currents. For example, the URL of the Currents Help community is `https://currents.google.com/communities/115758385206378551362`. In this example, the `entityKey` is \"115758385206378551362\". The same value is returned in the `entityId` field of the response.\n\nWhen using `all` as the `entityKey`, communities outside your organization are shown in this report if one of the owners is a member of your organization. However, the community name of these instances is empty, and you can't use the `entityId` returned in the response to generate a link to the community. You can still use the `entityId` as the `entityKey` in further requests.\n.\n\n\u003cbr /\u003e\n\n| Name | Type | Description |\n|-----------------------------------|---------|-------------------------------------------------------------------------------------------------------|\n| community_name | string | The display name of community. |\n| creation_time_usec | integer | The timestamp of when the community was created. |\n| num_30day_active_external_members | integer | The number of active members in the community in the past 30 days who are not members of the domain. |\n| num_30day_active_internal_members | integer | The number of active members in the community in the past 30 days who are also members of the domain. |\n| num_30day_active_members | integer | The number of active members in the community in the past 30 days. |\n| num_30day_new_members | integer | The number of new members in the community in the past 30 days. |\n| num_30day_plusones | integer | The number of likes in the community in the past 30 days. |\n| num_30day_replies | integer | The number of comments in the community in the past 30 days. |\n| num_30day_shares | integer | The number of posts in the community in the past 30 days. |\n| num_7day_active_external_members | integer | The number of active members in the community in the past 7 days who are not members of the domain. |\n| num_7day_active_internal_members | integer | The number of active members in the community in the past 7 days who are also members of the domain. |\n| num_7day_active_members | integer | The number of active members in the community in the past 7 days. |\n| num_7day_new_members | integer | The number of new members in the community in the past 7 days. |\n| num_7day_plusones | integer | The number of likes in the community in the past 7 days. |\n| num_7day_replies | integer | The number of comments in the community in the past 7 days. |\n| num_7day_shares | integer | The number of posts in the community in the past 7 days. |\n| num_90day_new_members | integer | The number of new members in the community in the past 90 days. |\n| num_90day_plusones | integer | The number of likes in the community in the past 90 days. |\n| num_90day_replies | integer | The number of comments in the community in the past 90 days. |\n| num_90day_shares | integer | The number of posts in the community in the past 90 days. |\n| num_external_members | integer | The number of members in the community who are not members of the domain. |\n| num_internal_members | integer | The number of members in the community who are members of the domain. |\n| num_total_members | integer | The total number of members in the community. |\n| visibility | string | The privacy type of community. |"]]