Back to demo overview
Privacy & Cookie Notice

How this demo app handles analytics and cookies.

This notice covers the public marketing pages and documentation served by the Filament demo app. It explains which cookies are essential, when Google Analytics is loaded, and how visitors can change their consent decision at any time.

Scope Public landing pages and public docs only. Filament admin routes are intentionally excluded from marketing analytics.
Optional analytics Google Analytics is loaded only after explicit opt-in through the consent banner.
Shared preference The cookie preference is stored once and reused across the public demo subdomains.

1. Essential cookies

The demo app uses technically necessary cookies and related browser storage so the public site and the underlying Laravel application can function correctly. Depending on the page and interaction, this can include session handling, CSRF protection, and basic request integrity features.

These essential mechanisms are not used for marketing profiling. They are required to keep forms, authenticated areas, and normal application behavior working reliably.

2. Optional analytics

If you accept analytics, the demo app loads Google Analytics 4 to measure aggregated traffic on the public landing pages and public documentation pages. This is used to understand which plugin pages are visited, how often documentation is opened, and which public marketing routes perform well.

  • Analytics is loaded only after opt-in.
  • Admin panel routes are intentionally excluded from this marketing tracking setup.
  • Consent can be withdrawn later through the cookie settings control shown on the page.

3. Consent storage

Your choice is stored in a dedicated cookie preference record so the same public demo family does not need to ask again on every subdomain. The consent record only stores the decision state and a version timestamp for the current consent configuration.

4. Your choices

You can refuse analytics and continue using the public demo pages with essential cookies only. If you previously accepted analytics, you can reopen the cookie settings control and switch back to a necessary-only setting.

5. Review and legal completion

This page documents the technical behavior of the demo app and its consent flow. Before treating it as your final public legal text, review the controller details, contact information, retention rules, and any site-wide privacy obligations that also apply outside this Laravel demo app.

If your main site or any separate Next.js property also loads analytics, that application needs its own compliant consent handling as well unless tracking is removed there.