Logo
RavenSaaS Docs

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.

Google Analytics ID

2. Paste the tracking ID into RavenSaaS project configuration to enable Google Analytics

.env.production
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

Google Analytics Preview

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

OpenPanel Client

3. Paste the Client ID into RavenSaaS project configuration to enable OpenPanel statistics

.env.production
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

OpenPanel Preview

Reference

Google Analytics

Google Analytics official documentation

View Docs

OpenPanel

OpenPanel official documentation

View Docs

Last updated on January 5, 2025