FeaturesAnalytics

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

  1. Create your own Google Analytics instance to obtain the tracking code.

paid

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

gapreview

OpenPanel Analytics

  1. Register for an OpenPanel account and create an analytics instance by following the official documentation

  2. Create a tracking client in the instance management dashboard to obtain a Client ID

openpanel-client

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

openpanel-preview

References