This website requires JavaScript.
Explore
Help
Sign In
plausible
/
analytics
Watch
1
Star
1
Fork
0
You've already forked analytics
mirror of
https://github.com/plausible/analytics.git
synced
2024-12-27 03:21:37 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a769447dcc
analytics
/
test
/
plausible_web
/
controllers
/
CSVs
/
6m
/
operating_systems.csv
3 lines
28 B
Plaintext
Raw
Normal View
History
Unescape
Escape
More improvements for CSV export (#1446) * Round time_on_page metric returned by 'pages' API This rounds the `time_on_page` metric returned as part of the `pages` API to the nearest second. While this shows no apparent change in the web UI, it removes the decimal from the exported data in `pages.csv`. * Tidy up export tests * Round time_on_page in db query * Add goal to CSV export tests * Display CSV export spinner until download is ready The mechanism used to make the page aware that the download is ready is: - Client code sets a cookie and requests download. - Server code handles download and removes cookie when complete. - Client code polls every 1s to check the cookies, removing spinner when the export cookie is removed.
2021-11-09 10:51:38 +03:00
name,visitors
Replace empty OS/screen size/Browser with `(not set)` in UI/API/exports (#2646) * Make Device section components aware of (not set) So that no extra sub-filters are possible when the unset top item is selected. * Support '(not set)' in breakdown/filters * Update expectations for export tests * Add extra tests for returning/filtering by '(not set)' * Add changelog entry * Remove ListReport conditional render * Prevent redundant sub-filters * Fix filter text rendering --------- Co-authored-by: Uku Taht <uku.taht@gmail.com>
2023-02-07 14:47:54 +03:00
(not set),5
Reference in New Issue
Copy Permalink