Currents Parameters
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このドキュメントでは、さまざまな種類の Currents アクティビティ イベントのパラメータを示します。これらのイベントを取得するには、parameters=gplus_communities:PARAMETER
を指定して EntityUsageReports.get() を呼び出します。
Currents コミュニティに関するレポートを取得するには、entityType
の値として gplus_communities
を使用します。組織で限定されたコミュニティの場合、entityKey
は Currents のコミュニティ URL に含まれています。たとえば、Currents のヘルプ コミュニティの URL は https://currents.google.com/communities/115758385206378551362
です。この例では、entityKey
は「115758385206378551362」です。レスポンスの entityId
フィールドにも同じ値を返します。
all
を entityKey
として使用する場合、オーナーの 1 人が組織のメンバーである場合、このレポートには組織外のコミュニティが表示されます。ただし、これらのインスタンスのコミュニティ名は空であり、レスポンスで返される entityId
を使用してコミュニティへのリンクを生成することはできません。それ以降のリクエストでは、引き続き entityId
を entityKey
として使用できます。
.
Name |
型 |
説明 |
コミュニティ名 |
string |
コミュニティの表示名。 |
作成日時 |
整数 |
コミュニティが作成されたときのタイムスタンプ。 |
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 日間のコミュニティでの高評価の数。 |
30 日間の返信数 |
整数 |
過去 30 日間のコミュニティにおけるコメントの数。 |
共有数(30 日) |
整数 |
過去 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 日間のコミュニティでの高評価の数。 |
90 日間の返信件数 |
整数 |
過去 90 日間のコミュニティにおけるコメントの数です。 |
共有数 90 日 |
整数 |
過去 90 日間のコミュニティへの投稿数。 |
num_external_members |
整数 |
ドメインのメンバーではないコミュニティ メンバーの数。 |
num_internal_members |
整数 |
ドメインのメンバーであるコミュニティのメンバーの数。 |
num_total_members |
整数 |
コミュニティのメンバーの総数。 |
visibility |
string |
コミュニティのプライバシーの種類。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 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. |"]]