Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plausible analytics date range #576

Merged
merged 2 commits into from
Mar 18, 2024
Merged

Plausible analytics date range #576

merged 2 commits into from
Mar 18, 2024

Conversation

hectorcorrea
Copy link
Member

@hectorcorrea hectorcorrea commented Mar 4, 2024

Adjust code to fetch analytics from launch (instead of only the last 12 months)

This is an example of a record that has pageviews older than 12 months and that show that the new parameter picks the correct totals:

12mo
{"results":[{"pageviews":1,"visitors":1,"filename":"(none)"}]}

custom&date=2021-01-01,2024-03-13
{"results":[{"pageviews":19,"visitors":13,"filename":"(none)"}]}

Closes #568

@hectorcorrea hectorcorrea marked this pull request as draft March 4, 2024 21:24
@hectorcorrea hectorcorrea changed the title Plausible analytics range Plausible analytics date range Mar 4, 2024
@hectorcorrea hectorcorrea marked this pull request as ready for review March 13, 2024 20:18
@kelynch kelynch merged commit b373fd0 into main Mar 18, 2024
5 checks passed
@kelynch kelynch deleted the 568-plausible branch March 18, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plausible downloads are not showing up
3 participants