Currents Parameters
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Ce document répertorie les paramètres pour différents types d'événements d'activité Currents. Vous pouvez récupérer ces événements en appelant EntityUsageReports.get() avec parameters=gplus_communities:PARAMETER
.
Pour récupérer un rapport sur les communautés Currents, utilisez gplus_communities
comme valeur pour entityType
. Pour les communautés limitées à votre organisation, entityKey
est disponible dans l'URL de la communauté sur Currents. Par exemple, l'URL de la communauté d'aide Currents est https://currents.google.com/communities/115758385206378551362
. Dans cet exemple, entityKey
est "115758385206378551362". La même valeur est renvoyée dans le champ entityId
de la réponse.
Lorsque vous utilisez all
comme entityKey
, les communautés externes à votre organisation sont affichées dans ce rapport si l'un des propriétaires est membre de votre organisation. Cependant, le nom de la communauté de ces instances est vide, et vous ne pouvez pas utiliser le entityId
renvoyé dans la réponse pour générer un lien vers la communauté. Vous pouvez toujours utiliser entityId
comme entityKey
dans d'autres requêtes.
.
Nom |
Type |
Description |
communauté_nom |
chaîne |
Nom à afficher pour la communauté. |
création_heure_usec |
integer |
Horodatage de la création de la communauté. |
nombre_membres_actifs_actifs_sur_30jours |
integer |
Nombre de membres actifs de la communauté au cours des 30 derniers jours. |
nombre_membres_internes_actifs_30jours |
integer |
Nombre de membres de la communauté actifs au cours des 30 derniers jours. |
nombre_membres_actifs_30jours |
integer |
Nombre de membres actifs dans la communauté au cours des 30 derniers jours. |
nombre_nouveaux_membres_30jours |
integer |
Nombre de nouveaux membres dans la communauté au cours des 30 derniers jours. |
num_30day_plusones |
integer |
Nombre de "J'aime" dans la communauté au cours des 30 derniers jours. |
nombre_30 jours_réponses |
integer |
Nombre de commentaires publiés par la communauté au cours des 30 derniers jours. |
nombre_partages_30jours |
integer |
Nombre de posts dans la communauté au cours des 30 derniers jours. |
num_7day_active_external_members |
integer |
Nombre de membres actifs de la communauté au cours des sept derniers jours qui ne sont pas membres du domaine. |
nombre_membres_internes_actifs_7jours |
integer |
Nombre de membres actifs de la communauté au cours des sept derniers jours qui sont également membres du domaine. |
nombre_membres_actifs_7jours |
integer |
Nombre de membres actifs dans la communauté au cours des sept derniers jours. |
nombre_nouveaux_jours_7 |
integer |
Nombre de nouveaux membres dans la communauté au cours des sept derniers jours. |
nombre_plus_7jours |
integer |
Nombre de "J'aime" dans la communauté au cours des sept derniers jours. |
nombre_réponses_7jours |
integer |
Nombre de commentaires publiés par la communauté au cours des sept derniers jours. |
nombre_partages_7jours |
integer |
Nombre de posts dans la communauté au cours des sept derniers jours. |
nombre_nouveaux_membres_90jours |
integer |
Nombre de nouveaux membres dans la communauté au cours des 90 derniers jours. |
num_90day_plusones |
integer |
Nombre de "J'aime" dans la communauté au cours des 90 derniers jours. |
nombre_90jours_réponses |
integer |
Nombre de commentaires de la communauté au cours des 90 derniers jours. |
nombre_partages_90jours |
integer |
Nombre de posts dans la communauté au cours des 90 derniers jours. |
nombre_membres_externes |
integer |
Nombre de membres de la communauté qui ne sont pas membres du domaine. |
nombre_membres_internes |
integer |
Nombre de membres de la communauté qui sont membres du domaine. |
nombre_membres_total |
integer |
Nombre total de membres dans la communauté. |
visibilité |
chaîne |
Type de communauté. |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[null,null,["Dernière mise à jour le 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. |"]]