to
Top.Mail (formerly Top100) is a Russian web analytics and site rating platform operated by VK. It provides audience measurement, traffic statistics, and site rankings for Russian-language websites.
With the Top.Mail integration in AACFlow, you can:
- Get Stats: Retrieve aggregated traffic statistics for a registered site
- List Counters: Enumerate all counters registered in your Top.Mail account
This integration enables automated traffic monitoring, reporting workflows, and audience analytics for websites using the Top.Mail measurement platform.
Usage Instructions
Integrate Top.Mail into the workflow to access site analytics. Requires a Top.Mail API key from your account at top.mail.ru. Register your site counter first to obtain a site ID.
Tools
topmail_get_stats
Get aggregated site statistics
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Top.Mail API key |
siteId | string | Yes | Site ID registered in Top.Mail |
period | string | No | Period: today, yesterday, week, month |
Output
| Parameter | Type | Description |
|---|---|---|
stats | object | Aggregated statistics object |
visitors | number | Unique visitor count |
pageviews | number | Total page view count |
topmail_list_counters
List registered counters
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Top.Mail API key |
limit | number | No | Maximum counters to return |
offset | number | No | Pagination offset |
Output
| Parameter | Type | Description |
|---|---|---|
counters | array | Array of counter objects |
total | number | Total counters count |
Links
- Official API: https://top.mail.ru/api/v1/
- AACFlow block source: apps/aacflow/blocks/blocks/topmail.ts

