Analytics
Currently, analytics support is limited to Google Analytics and OpenPanel. Support for Plausible, Umami, and other analytics tools will be added gradually.
Google Analytics
- Create your own Google Analytics instance to obtain the tracking code.

- Paste the tracking ID into your ShipAny project configuration to enable Google Analytics
.env.production
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID = "G-1TPQYZXS53"- After deploying your project and collecting data for a few days, you can view the analytics in the GA dashboard

OpenPanel Analytics
-
Register for an OpenPanel account and create an analytics instance by following the official documentation
-
Create a tracking client in the instance management dashboard to obtain a Client ID

- Paste the Client ID into your ShipAny project configuration to enable OpenPanel analytics
.env.production
NEXT_PUBLIC_OPENPANEL_CLIENT_ID = "xxx-xxx-xxx-xxx"- After deploying your project, you can view the analytics data in the OpenPanel dashboard
