Bring back visitors tracking #70
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use Plausible's
top-statsendpoint, along with backoff configuration for retrying.For reference, that's a sample full response content of the endpoint:
{ "meta": { "imports_included": false, "imports_skip_reason": "no_imported_data" }, "from": "2024-06-03", "interval": "month", "to": "2025-02-20", "sample_percent": 100, "top_stats": [ { "name": "Unique visitors", "value": 45416, "graph_metric": "visitors" }, { "name": "Total visits", "value": 50711, "graph_metric": "visits" }, { "name": "Total pageviews", "value": 85781, "graph_metric": "pageviews" }, { "name": "Bounce rate", "value": 72, "graph_metric": "bounce_rate" }, { "name": "Time on page", "value": 124, "graph_metric": "time_on_page" } ], "comparing_from": null, "comparing_to": null, "includes_imported": false, "with_imported_switch": { "visible": false, "togglable": false, "tooltip_msg": null } }Refs #68.
📚 Documentation preview 📚: https://pydocs-translation-dashboard--70.org.readthedocs.build/
📊 Dashboard preview 📊: https://python-docs-translations.github.io/dashboard/70/merge/