Currents Parameters
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
En este documento, se enumeran los parámetros de varios tipos de eventos de actividad de Currents. Para recuperar estos eventos, llama a EntityUsageReports.get() con parameters=gplus_communities:PARAMETER
.
Para recuperar un informe sobre las comunidades de Currents, usa gplus_communities
como el valor de entityType
. En el caso de las comunidades restringidas a tu organización, el entityKey
aparece en la URL de la comunidad en Currents. Por ejemplo, la URL de la comunidad de Ayuda de Currents es https://currents.google.com/communities/115758385206378551362
. En este ejemplo, la entityKey
es "115758385206378551362". Se muestra el mismo valor en el campo entityId
de la respuesta.
Cuando usas all
como entityKey
, en este informe se muestran las comunidades ajenas a tu organización si alguno de sus propietarios es miembro. Sin embargo, el nombre de la comunidad de estas instancias está vacío, y no puedes usar el entityId
que se muestra en la respuesta para generar un vínculo a la comunidad. Aún puedes usar entityId
como entityKey
en solicitudes posteriores.
.
Nombre |
Tipo |
Descripción |
nombre_de_la_comunidad |
cadena |
El nombre visible de la comunidad. |
creación_hora_uso |
integer |
Es la marca de tiempo del momento en que se creó la comunidad. |
num_30day_active_external_members |
integer |
La cantidad de miembros activos en la comunidad en los últimos 30 días que no son miembros del dominio. |
núm_30 días_activos_internos_de_cantidad |
integer |
La cantidad de miembros activos en la comunidad en los últimos 30 días que también son miembros del dominio. |
núm_30_miembros_activos_días |
integer |
La cantidad de miembros activos en la comunidad en los últimos 30 días. |
núm_30_miembros_nuevos |
integer |
La cantidad de miembros nuevos en la comunidad en los últimos 30 días. |
núm_30días_más |
integer |
La cantidad de me gusta en la comunidad en los últimos 30 días |
num_30 días_respuestas |
integer |
La cantidad de comentarios en la comunidad en los últimos 30 días |
uso compartido de 30 días |
integer |
La cantidad de publicaciones en la comunidad en los últimos 30 días |
num_7días_activos_externos_de_miembros |
integer |
La cantidad de miembros activos en la comunidad en los últimos 7 días que no son miembros del dominio. |
num_7días_activos_internos_de_miembros |
integer |
La cantidad de miembros activos en la comunidad en los últimos 7 días que también son miembros del dominio. |
num_7días_de_miembros_activos |
integer |
La cantidad de miembros activos en la comunidad en los últimos 7 días. |
núm_7días_nuevos_de_miembros |
integer |
La cantidad de miembros nuevos en la comunidad en los últimos 7 días. |
núm_7días+más |
integer |
La cantidad de me gusta en la comunidad en los últimos 7 días |
num_7días_respuestas |
integer |
La cantidad de comentarios en la comunidad en los últimos 7 días |
uso compartido de núm_7 días |
integer |
La cantidad de publicaciones en la comunidad en los últimos 7 días. |
num_90 días_nuevos_de_miembros |
integer |
La cantidad de miembros nuevos en la comunidad en los últimos 90 días. |
núm_90 días+más |
integer |
La cantidad de me gusta en la comunidad en los últimos 90 días |
num_90 días_de_respuestas |
integer |
La cantidad de comentarios en la comunidad en los últimos 90 días |
acciones_de_90 días |
integer |
La cantidad de publicaciones en la comunidad en los últimos 90 días. |
num_external_members |
integer |
Es la cantidad de miembros de la comunidad que no son miembros del dominio. |
num_internal_members |
integer |
Es la cantidad de miembros de la comunidad que son miembros del dominio. |
núm_total_de_miembros |
integer |
La cantidad total de miembros en la comunidad. |
visibilidad |
cadena |
Indica el tipo de privacidad de la comunidad. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-25 (UTC)
[null,null,["Última actualización: 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. |"]]