Last Updated:
June 15, 2021
by
Jesse Langstaff
| Version: 5
| 1,382 views
| 0 followers
members are following updates on this item.
Provides calendar week data on overall User and Content activity. This report covers the last 12 weeks.
/odata/MemberContentWeek
Name | Data Type | Description |
---|---|---|
community_key | Edm.Int32 | Unique digital workplace identifier. |
sort_order | Edm.Int32 | Ranges from 1-12. Lower values correspond to older dates. |
members | Edm.Int32 | Total number of Users in a digital workplace during the reporting period. |
inactive_members | Edm.Int32 | Total number of Users with no activity during the reporting period. |
members_with_activity | Edm.Int32 | Total number of Users with activity during the reporting period. |
members_added | Edm.Int32 | Total number of Users added during the reporting period. |
members_removed | Edm.Int32 | Total number of Users removed during the reporting period. |
per_cent_active_members | Edm.Decimal | Proportion of Users with activity during the reporting period. Calculated by dividing members_with_activity by members. |
percent_inactive_members | Edm.Decimal | Proportion of Users with no activity during the reporting period. Calculated by dividing inactive_members by members. |
consumers | Edm.Int32 | Total number of Users who have viewed content during the reporting period. |
contributors | Edm.Int32 | Total number of Users who have liked, commented on, and/or rated contented during the reporting period. |
creators | Edm.Int32 | Total number of Users who have created new content, and/or edited existing content. |
per_cent_consumers | Edm.Int32 | Proportion of Users who were consumers during the reporting period. Calculated by dividing consumers by members_with_activity. |
per_cent_contributors | Edm.Int32 | Proportion of Users who were contributors during the reporting period. Calculated by dividing contributors by members_with_activity. |
per_cent_creators | Edm.Int32 | Proportion of Users who were creators during the reporting period. Calculated by dividing creators by members_with_activity. |
blog_count | Edm.Int32 | Total number of Blog Articles in a digital workplace during the reporting period. Calculated by adding the difference between blog_added and blog_removed to the previous periods count. |
calendar_count | Edm.Int32 | Total number of Calendar Events in a digital workplace during the reporting period. Calculated by adding the difference between calendar_added and calendar_removed to the previous periods count. |
document_count | Edm.Int32 | Total number of Files in a digital workplace during the reporting period. Calculated by adding the difference between document_added and document_removed to the previous periods count. |
forum_count | Edm.Int32 | Total number of Forum Topics in a digital workplace during the reporting period. Calculated by adding the difference between forum_added and forum_removed to the previous periods count. |
microblog_count | Edm.Int32 | Total number of Microblog Posts in a digital workplace during the reporting period. Calculated by adding the difference between microblog_added and microblog_removed to the previous periods count. |
wiki_count | Edm.Int32 | Total number of Wiki Articles in a digital workplace during the reporting period. Calculated by adding the difference between wiki_added and wiki_removed to the previous periods count. |
blog_added | Edm.Int32 | Total number of Blog Articles added to a digital workplace during the reporting period. |
calendar_added | Edm.Int32 | Total number of Calendar Events added to a digital workplace during the reporting period. |
document_added | Edm.Int32 | Total number of Files added to a digital workplace during the reporting period. |
forum_added | Edm.Int32 | Total number of Forum Topics added to a digital workplace during the reporting period. |
microblog_added | Edm.Int32 | Total number of Microblog Posts added to a digital workplace during the reporting period. |
wiki_added | Edm.Int32 | Total number of Wiki Articles added to a digital workplace during the reporting period. |
blog_removed | Edm.Int32 | Total number of Blog Articles removed from a digital workplace during the reporting period. |
calendar_removed | Edm.Int32 | Total number of Calendar Events removed from a digital workplace during the reporting period. |
document_removed | Edm.Int32 | Total number of Files removed from a digital workplace during the reporting period. |
forum_removed | Edm.Int32 | Total number of Forum Topics removed from a digital workplace during the reporting period. |
microblog_removed | Edm.Int32 | Total number of Microblog Posts removed from a digital workplace during the reporting period. |
wiki_removed | Edm.Int32 | Total number of Wiki Articles removed from a digital workplace during the reporting period. |
community_guid | Edm.Guid | Unique digital workplace identifier. |
offset | Edm.Int32 | The reporting period that a row falls into. Values include:
|
begin_date | Edm.DateTimeOffset | Beginning date of the row's reporting period. |
end_date | Edm.DateTimeOffset | Ending date of the row's reporting period. |
latest_member_count | Edm.Int32 | Member count as of the last reporting period. Only the last reporting period will contain a value. |