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
8077671f8a
analytics
/
test
/
plausible_web
/
controllers
/
CSVs
/
30d
/
exit_pages.csv
4 lines
82 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,unique_exits,total_exits,exit_rate
Remove pageview filter by default
2021-11-22 11:42:51 +03:00
/,3,3,100.0
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
/some-other-page,1,1,100.0
Reference in New Issue
Copy Permalink