Scheduled Reports
Scheduled reports allow you to automate raw data export. It is useful to:
- automatically receive data export files to integrate them into your data infrastructure;
- deliver reports to your team on the schedule.
Configure a Scheduled Report
Navigate to Scheduled Reports on the left menu in your Qonversion account.


Scheduled Reports
Provide the following details to set up your report:
- Report Name – an internal report name for your reference, e.g. "Morning analytics reports";
- Send At – a time when the report will be prepared and sent, 30 minute time intervals available;
- Destination – destination where your report will be sent. The following options are available: Slack, Webhook, or Email. Please see below for webhook payload details;
- Included Range – report period: 1, 3, or 7 days;
- Status – draft or active.
Destinations
Webhook
POST request to webhook destination with payload:
{
"report_uid": "4AJ-qk3",
"report_name": "Morning Report",
"project_key": "project_key",
"platform": "iOS",
"delete_at": 1604236720,
"link": "link",
"send_at": 37800,
"period": 86400,
"environment": 1
}
Field | Description |
---|---|
report_uid | Unique report ID |
report_name | Report name |
project_key | Your Qonversion project key |
platform | iOS or Android |
delete_at | timestamp when a report will be deleted from our server |
link | Link to download a CSV report file |
send_at | Time of a report in seconds from a day start |
period | Report period |
environment | 1 - production, 0 - sandbox; |
Updated 5 months ago
Did this page help you?