Analytics

Project-level analytics capture how visitors use published apps: page views, custom events, and JavaScript errors, with optional cookie consent gating.

Enabling tracking

Switch analytics on in project settings, configure whether consent is required, and publish your app. The platform injects a lightweight snippet only for production bundles—local preview skips injection so metrics stay clean.

analytics-dashboard

Placeholder: analytics overview with charts.

Events, pages, and errors

Page views fire automatically once enabled. Instrument bespoke events from React when you need funnel analytics. Uncaught errors optionally POST to the same pipeline for prioritizing fixes.

Tip:
Name events consistently (cart.checkout_start) so dashboards stay interpretable months later.

Privacy and consent

When consent is required, the snippet respects the visitor choice and can coordinate with generated CookieConsent components. Document your policy links in the footer of customer-facing apps.