Currently all of our custom events are considered interactive so they affect the bounce rate and visit duration. Could be nice to be able to flag a custom event as non-interactive for those events that you don’t want to affect the other metrics.
Definitely!
yes please!
This is now done. When triggering events using plausible tracker, you can do plausible('Custom Event', {interactive: false})
. Via the Events API there’s now an optional interactive
parameter.