Contains a record of all user activity on pages in a digital workplace, but does not include activity on Igloo objects nested below a page.
URL
/odata/fContainerPage
Attributes
| Name | Data Type | Connects to: |
|---|---|---|
| user_key | Edm.Int32 | |
| space_key | Edm.Int64 | |
| page_key | Edm.Int64 | |
| utc_half_hour_key | Edm.Int32 |
| Name | Data Type | Descripiton |
|---|---|---|
| community_key | Edm.Int32 | A unique identifier for a digital workplace. |
| page_views | Edm.Int32 | Total amount of views on a page by a user within a half-hour period. |
| page_creates | Edm.Int32 | A value of 1 indicates the creation of a page. |
| page_edits | Edm.Int32 | Total amount of edits made to a page by a user within a half-hour period. |
| page_renames | Edm.Int32 | Total amount of times a page has been renamed by a user within a half-hour period. |
| page_deletes | Edm.Int32 | Total amount of times a page has been deleted by a user within a half-hour period. |
| page_moves | Edm.Int32 | Total amount of times a page has been moved by a user within a half-hour period. |