Contains monthly data on user activity within each space of a digital workplace. This report covers the last 4 months.
A space with no activity during a month will contain a single row with a user_full_name value of "No Activity".
URL
/odata/RptUserSpaceActivity
Attributes
| Name | Data Type | Description |
|---|---|---|
| community_url | Edm.String | URL of the digital workplace. |
| space_url | Edm.String | URL of a space. |
| space_guid | Edm.Guid | Unique space identifier. |
| user_full_name | Edm.String | First and last name of a user. |
| user_email | Edm.String | Email address of a user. |
| view_count | Edm.Int32 | Total number of views on Igloo objects within a space by a user. |
| create_count | Edm.Int32 | Total number of creates made within a space by a user. |
| edit_count | Edm.Int32 | Total number of edits made within a space by a user. |
| rename_count | Edm.Int32 | Total number of renames made within a space by a user. |
| delete_count | Edm.Int32 | Total number of deletes made within a space by a user. |
| move_count | Edm.Int32 | Total number of moves made within a space by a user. |
| rate_count | Edm.Int32 | Total number of rates made within a space by a user. The ability to rate content was removed from the platform on September 28, 2023. As a result, this field will only contain rating data that occurred before this change. |
| download_count | Edm.Int32 | Total number of file downloads made within a space by a user. |
| copies_count | Edm.Int32 | Total number of copies made within a space by a user. |
| content_likes_added | Edm.Int32 | Total number of likes made within a space by a user. |
| comments_added | Edm.Int32 | Total number of comments made within a space by a user. |
| comments_deleted | Edm.Int32 | Total number of comments deleted within a space by a user. |
| comment_likes_added | Edm.Int32 | Total number of likes made on comments within a space by a user. |
| system_copy | Edm.Int32 | Total number of system copies made within a space by a user. |
| replies_added | Edm.Int32 | Total number of forum replies made within a space by a user. |
| replies_removed | Edm.Int32 | Total number of forum replies removed within a Space by a User. |
| reply_likes | Edm.Int32 | Total number of forum reply likes made within a space by a user. |
| overall_activity | Edm.Int32 | Total of all activity within a space by a user. |
| begin_date | Edm.DateTimeOffset | Beginning date of the period covered by the current row. |
| end_date | Edm.DateTimeOffset | Ending date of the period covered by the current row. |
| rpt_date | Edm.DateTimeOffset | Date the report was created. |
| community_key | Edm.Int32 | Unique digital workplace identifier. |
| month_key | Edm.Int32 | Unique month identifier. |
| user_key | Edm.Int32 | Unique user identifier. |
| space_key | Edm.Int64 | Unique space identifier. |