Page body
What this page shows
Players / Activity Log is the standalone history view for player-related activities, comments, CRM actions, and tagged operational events.
When to use it
Use this page when you need to:
- inspect comments or operational history across players
- filter activity by date range, activity type, device, PID, or country
- narrow the result set with include/exclude tags or comment groups
- compare desktop vs mobile activity in the current result set
- inspect activity rows on a map or open row-level JSON/detail blocks
- export filtered activity rows
How to read it
This page is history-first. Operators typically set filters first, then read the resulting table or open row-level detail inside the activity component.
Above the table, the FE shows three summary cards built from the currently loaded result set:
Total ActivitiesDesktopMobile
Key columns exposed by the FE configuration include:
IDActivityMethodUserComment GroupCRM UserCRM RoleDeviceIP AddressTime
When the activity filter is set to COMMENT, the table changes shape:
- the main text column becomes
Comment Data - the table exposes
Comment Group,CRM User, andCRM Role - expanded row detail swaps
DescriptionandAdditional Dataordering to prioritise comment payloads
Verification status
- status:
verified_backend - last verified:
2026-04-18 - note: FE filters, summary cards, export path, map flow, and backend activity route are traced through
useGetUserActivities,useGetActivities,useGetCommentGroups, andActivityController.getUserActivities.