Data Statistics
Statistics Overview
Currently, data statistics only supports Google Analytics and OpenPanel. Support for Plausible and Umami analytics tools will be added gradually.
Google Analytics
1. Create your own Google Analytics instance and get the tracking code.

2. Paste the tracking ID into RavenSaaS project configuration to enable Google Analytics
1NEXT_PUBLIC_GOOGLE_ANALYTICS_ID = "G-N1N2J7YV8F"
3. After the project is deployed online and data is collected for a few days, you can view access statistics in the GA backend

OpenPanel Statistics
1. Register an OpenPanel account, refer to the official documentation, and create a statistics instance
2. In the instance management backend, create a statistics client and get the Client ID

3. Paste the Client ID into RavenSaaS project configuration to enable OpenPanel statistics
1NEXT_PUBLIC_OPENPANEL_CLIENT_ID = "xxx-xxx-xxx-xxx"
4. After the project is deployed online, you can see access data in the OpenPanel statistics backend

Reference
Last updated on January 5, 2025