Yandex Metrica
Website-Traffic mit Yandex Metrica analysieren — Russlands führender Web-Analyseplattform
Yandex Metrica (Яндекс.Метрика) is the leading web analytics platform in Russia, providing comprehensive website traffic analysis, visitor behavior tracking, conversion goals, and audience reports. It offers a powerful API for accessing statistical data and managing counters programmatically.
With the Yandex Metrica integration in AACFlow, you can:
- Get traffic statistics: Retrieve visits, pageviews, unique visitors, and bounce rates for specified periods
- Analyze visitor behavior: Track session depth, time on site, scroll depth, and click maps
- Monitor traffic sources: Analyze traffic from search engines, social networks, direct visits, and referrals
- Track conversions: Monitor goal completion rates, e-commerce transactions, and conversion funnels
- Segment audiences: Analyze user segments by geography, device, age, gender, and interests
- Export reports: Generate scheduled reports and push data to external systems
This integration enables automated web analytics and reporting workflows powered by Yandex Metrica.
Nutzungsanleitung
Integrate Yandex Metrica into the workflow. Can retrieve traffic statistics, visitor data, and traffic source analysis. Requires Yandex Metrica API token and counter ID.
Tools
metrika_get_stats
Retrieve traffic statistics
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
counterId | number | Ja | Yandex Metrica counter ID |
dateFrom | string | Ja | Start date (YYYY-MM-DD) |
dateTo | string | Nein | End date (YYYY-MM-DD) |
metrics | string | Ja | Comma-separated metric names |
dimensions | string | Nein | Comma-separated dimension names |
limit | number | Nein | Results limit |
accessToken | string | Ja | Yandex Metrica OAuth token |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
data | array | Array of data rows with metric values |
totalRows | number | Total data rows |
totalMetrics | object | Aggregate metric values |
metrika_get_visitors
Get visitor details
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
counterId | number | Ja | Yandex Metrica counter ID |
dateFrom | string | Ja | Start date (YYYY-MM-DD) |
dateTo | string | Nein | End date (YYYY-MM-DD) |
groupType | string | Nein | Grouping type (day, week, month) |
accessToken | string | Ja | Yandex Metrica OAuth token |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
data | array | Array of visitor data by period |
totals | object | Summary visitor statistics |
metrika_get_sources
Analyze traffic sources
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
counterId | number | Ja | Yandex Metrica counter ID |
dateFrom | string | Ja | Start date (YYYY-MM-DD) |
dateTo | string | Nein | End date (YYYY-MM-DD) |
accessToken | string | Ja | Yandex Metrica OAuth token |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
sources | array | Array of traffic source data with visits and share |

