> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/crm/members-contacts/members/activity/activity-counters/introduction.md ## Article Content: # About the Activity Counters API Activity counters track site members' activities across Wix apps. The Activity Counters API allows you access Wix site members' public activity, and manage activity counters for an app. When developing websites, if you set activity counter data using elevation, the action is assigned to the generic Wix code backend app. See [Integrations](#integrations) for activities that are counted from apps made by Wix. ## Use cases - [Display "most influential member" data.](https://dev.wix.com/docs/rest/crm/members-contacts/members/activity-counters/sample-flows.md#display-"most-influential-member"-data) - [Display "high priority customer" data.](https://dev.wix.com/docs/rest/crm/members-contacts/members/activity-counters/sample-flows.md#display-"high-priority-customer"-data) ## Before you begin - Each app manages its own set of counters for site members, and defines each counter as public or private. - You can access all public counters maintained by any Wix App. - Private counters can be accessed only by the counter owner and the relevant member. - When developing websites, if you set activity counter data using elevation, the action is assigned to the generic Wix code backend app: `151e476a-715e-ec33-db9a-a7ff4d51f70a`. - Counters are created/set per member the first time they take the relevant action. If a counter isn't returned, the member may not have taken the relevant action yet. - Call [Set Activity Counters](https://dev.wix.com/docs/rest/crm/members-contacts/members/activity-counters/set-activity-counters.md) both to create a counter and to update counter data. - There is currently no way to retrieve a list of all of your private and public activity counters at the app level. ## Integrations Activity Counters is currently integrated with the following apps made by Wix: - [Wix Blog](https://dev.wix.com/docs/rest/business-solutions/blog/introduction.md): Blog posts, comments, and likes. - [Wix Forum](https://support.wix.com/en/article/wix-forum-about-wix-forum): Forum posts, comments, likes, and views. - [Wix Members Area](https://support.wix.com/en/article/about-the-members-area): Followers in both directions (followed by / following). - [Badges](https://dev.wix.com/docs/rest/crm/members-contacts/members/badges/introduction.md): Badges collected. @sdk_package_setup