plausible / analytics

Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
https://plausible.io
GNU Affero General Public License v3.0
18.98k stars 1.02k forks source link

APIv2: Replace breakdown module with QueryBuilder #4283

Closed macobo closed 4 days ago

macobo commented 1 week ago

Changes

This PR starts using the new QueryBuilder in breakdown module with a compatibility layer for the old response schema.

The following changes also happen as a side-effect:

Depends on https://github.com/plausible/analytics/pull/4251