added
š Example Forge App with Privacy-First Analytics
June 11th, 2025
Weāve released a modified version of Atlassianās Forge Todo App ā now with built-in privacy-first analytics using Accoil.
This example shows how to implement analytics in a Forge app while meeting Atlassianās privacy guidelines. All events are processed through the backend, so no personal data or frontend identifiers are exposed.
Whatās inside:
- š Privacy-aware design: No PII, no frontend egress
- š Event coverage: Tracks CRUD actions, UI events, and daily usage
- š§± Modular setup: Backend event queue, clear separation of concerns
- š§Ŗ MTU tips: Optional ID consolidation to reduce tracked users
If you're building in Forge and want to see how analytics can be done simply ā and safely ā this is a good place to start.
š Check out the repo