Is it supposed to be that “emails” report doesn’t show the data older than 3 months? Even if you ask for:
/admin/reports/emails?end_date=2023-08-13&start_date=2021-01-01.json
It gives you data only starting from May 15, 2023
Is it supposed to be that “emails” report doesn’t show the data older than 3 months? Even if you ask for:
/admin/reports/emails?end_date=2023-08-13&start_date=2021-01-01.json
It gives you data only starting from May 15, 2023
There’s an admin setting delete email logs after days
that’s set to 90 days by default, but you can adjust it.
Oh, I didn’t know that setting affected the report as well. Was it an intentional choice? I may not want to store email logs (which include personal data: recipient email and username) indefinitely, but I’d like to keep the depersonalized number of emails sent on a given day.
I know I can request these reports periodically and store them locally, but maybe there’s a point in storing them on the server by default as well?