plausible / plausible-tracker

Frontend library to interact with Plausible Analytics
https://github.com/plausible/plausible-tracker
MIT License
214 stars 46 forks source link

Filter multiple goals / events in admin #52

Closed janericwinkelmann closed 1 year ago

janericwinkelmann commented 1 year ago

Detailed Description

We use Plausible to track events, such as form submissions or clicks as well as testing A/B versions of our sites at the same time. So we have two events/goals setup in plausible: One for the A/B Test with a custom prop value of either "A" or "B" and a second goal for "Form Submission".

When we are in the plausible admin we would like to filter by one goal, in this case "Form Submission". We then would like to see how many of these submissions were done with version A and version B.

Context

There are quite a few scenarios were concatenating multiple events and filtering them independently would be very useful. This way website owners can than much better understand the flow of user interactions.

Possible Implementation