Currents Parameters
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Questo documento elenca i parametri per
i vari tipi di
eventi di attività di Currents. Puoi recuperare questi eventi con una chiamata a EntityUsageReport.get() con parameters=gplus_communities:PARAMETER
.
Per recuperare un report sulle community di Currents, utilizza gplus_communities
come valore per entityType
. Per le community limitate alla tua organizzazione, il dominio entityKey
è disponibile nell'URL della community su Currents. Ad esempio, l'URL della Community di assistenza di Currents è https://currents.google.com/communities/115758385206378551362
. In questo esempio, entityKey
è "115758385206378551362". Lo stesso valore viene restituito nel campo entityId
della risposta.
Quando utilizzi all
come entityKey
, le community esterne alla tua organizzazione vengono mostrate in questo report se uno dei proprietari è un membro della tua organizzazione. Tuttavia, il nome di community di queste istanze è vuoto e non puoi utilizzare il entityId
restituito nella risposta per generare un link alla community. Puoi comunque utilizzare entityId
come entityKey
nelle richieste aggiuntive.
.
Nome |
Tipo |
Descrizione |
nome_community |
stringa |
Il nome visualizzato della community. |
creazione_tempo_di_uso |
numero intero |
Il timestamp della creazione della community. |
num_30day_active_external_members |
numero intero |
Il numero di membri attivi nella community negli ultimi 30 giorni che non sono membri del dominio. |
num_30day_active_internal_members |
numero intero |
Il numero di membri attivi nella community negli ultimi 30 giorni che sono anche membri del dominio. |
num_30day_active_members |
numero intero |
Il numero di membri attivi nella community negli ultimi 30 giorni. |
num_30day_new_members |
numero intero |
Il numero di nuovi membri della community negli ultimi 30 giorni. |
num_30day_plusone |
numero intero |
Il numero di Mi piace nella community degli ultimi 30 giorni. |
num_30giorni_replica |
numero intero |
Il numero di commenti nella community degli ultimi 30 giorni. |
num_30day_shares |
numero intero |
Il numero di post della community negli ultimi 30 giorni. |
num_7day_active_external_members |
numero intero |
Il numero di membri attivi nella community negli ultimi sette giorni che non sono membri del dominio. |
num_7day_active_internal_members |
numero intero |
Il numero di membri attivi nella community negli ultimi sette giorni che sono anche membri del dominio. |
num_7_day_active_members |
numero intero |
Il numero di membri attivi nella community negli ultimi 7 giorni. |
num_7day_new_members |
numero intero |
Il numero di nuovi membri della community negli ultimi 7 giorni. |
num_7day_plusones |
numero intero |
Il numero di Mi piace nella community degli ultimi 7 giorni. |
num_7_giorni |
numero intero |
Il numero di commenti nella community degli ultimi 7 giorni. |
num_7day_shares |
numero intero |
Il numero di post della community negli ultimi 7 giorni. |
num_90day_new_members |
numero intero |
Il numero di nuovi membri della community negli ultimi 90 giorni. |
num_90giorni_plusone |
numero intero |
Il numero di Mi piace nella community degli ultimi 90 giorni. |
num_90giorni_replica |
numero intero |
Il numero di commenti nella community negli ultimi 90 giorni. |
num_90day_shares |
numero intero |
Il numero di post della community negli ultimi 90 giorni. |
num_external_members |
numero intero |
Il numero di membri della community che non sono membri del dominio. |
num_internal_members |
numero intero |
Il numero di membri della community che sono membri del dominio. |
num_total_members |
numero intero |
Il numero totale di membri della community. |
visibilità |
stringa |
Il tipo di privacy di una community. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 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. |"]]