mirror of
https://github.com/plausible/analytics.git
synced 2024-12-26 11:02:52 +03:00
51cad4c0ec
* move set_allowed_event_props into context module * extract parse_csv fn * add custom_props.csv to CSV export (under FF) * add test for custom prop export with a prop filter * add test for goal filtered scenario * mix format * fix flaky test * extract breakdown_custom_prop_values function * Revert "fix flaky test" This reverts commit256b9bb2e7
. The flaky test was already fixed in86557b1878
* make set_allowed_event_props a bang function * test that all files are included in the CSV export
88 B
88 B
1 | property | value | visitors | events | percentage |
---|---|---|---|---|---|
2 | variant | (none) | 3 | 4 | 75.0 |
3 | variant | A | 1 | 1 | 25.0 |