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
/
conversions.csv
3 lines
55 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_conversions,total_conversions
Fix custom property total conversions value not displayed & Export custom properties (#1456) * Fix custom property total conversions value not displayed The custom property conversion metrics are not consistent with the other metrics resulting in the total conversions not being displayed in the dashboard. This fixes that. * Export custom props of current goal when filtering dashboard for goal This makes the CSV export also output a `prop_breakdown.csv` file which, for the currently filtered goal, contains the conversion data for each of its configured properties. * Add test for goal-filtered CSV export
2021-11-10 17:53:38 +03:00
Signup,1,1
Reference in New Issue
Copy Permalink