ro
Roistat is a Russian end-to-end analytics and marketing intelligence platform that connects advertising spend to actual sales. It tracks visits, leads, and deals across all marketing channels.
With the Roistat integration in AACFlow, you can:
- Get Analytics: Retrieve summary analytics data with custom metrics
- Get Visits: List visit records with source attribution
- Get Deals: Fetch CRM deal data from connected pipelines
This integration enables automated marketing reporting, ROI calculation workflows, and unified analytics dashboards combining ad spend with revenue data.
Usage Instructions
Integrate Roistat into the workflow to access marketing analytics. Requires a Roistat API key and project ID. Find these in your Roistat account under Settings → API.
Tools
roistat_analytics
Get analytics summary data
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes | Roistat project ID |
apiKey | string | Yes | Roistat API key |
dateFrom | string | Yes | Start date (YYYY-MM-DD) |
dateTo | string | Yes | End date (YYYY-MM-DD) |
metrics | string | Yes | Metrics to retrieve (e.g., visitCount,leadCount,revenue) |
Output
| Parameter | Type | Description |
|---|---|---|
data | object | Analytics metrics data |
roistat_get_visits
Get visit records
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes | Roistat project ID |
apiKey | string | Yes | Roistat API key |
dateFrom | string | Yes | Start date (YYYY-MM-DD) |
dateTo | string | Yes | End date (YYYY-MM-DD) |
limit | number | No | Maximum records to return |
Output
| Parameter | Type | Description |
|---|---|---|
visits | array | Array of visit objects |
total | number | Total visits count |
roistat_get_deals
Get CRM deal records
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes | Roistat project ID |
apiKey | string | Yes | Roistat API key |
dateFrom | string | Yes | Start date (YYYY-MM-DD) |
dateTo | string | Yes | End date (YYYY-MM-DD) |
limit | number | No | Maximum records to return |
Output
| Parameter | Type | Description |
|---|---|---|
deals | array | Array of deal objects |
total | number | Total deals count |
Links
- Official API: https://help.roistat.com/article/671
- AACFlow block source: apps/aacflow/blocks/blocks/roistat.ts

