Contains calendar week data on overall user and content activity. This report covers the last 12 weeks.
URL
/odata/MemberContentWeek
Attributes
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(deprecated) 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. |