---
metadata:
  - name: generator
    content: Diplodoc Platform v5.46.1
alternate:
  - https://yandex.com/dev/partner-statistics/doc/en/reference/statistics-mm.md
  - https://yandex.com/dev/partner-statistics/doc/ru/reference/statistics-mm.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/partner-statistics/doc/en/llms.txt

# How to get Mobile Mediation data

To get a report on Mobile Mediation, use the [Statistics report](https://yandex.com/dev/partner-statistics/doc/en/reference/statistics-get2.md) operation. As a report type, pass the `stat_type=mm` parameter.

> Request:
> 
> ```no-highlight
> curl -vg -H "Authorization: OAuth $TOKEN" \
> GET 'https://partner.yandex.ru/api/statistics2/get.json? \
> &stat_type=mm \
> &lang=ru \
> &pretty=1 \
> &dimension_field=date|day \
> &entity_field=application_id \
> &field=hits_mm \
> &field=impressions_mm \
> &field=revenue_mm \
> &period=2021-07-10&period=2021-07-13 \
> &filter=[\"AND\",[[\"application_id\",\"=\",123]]] \
> &limits={\"limit\":50,\"offset\":0} \
> &order_by=[{\"field\":\"hits_mm\",\"dir\":\"desc\"},{\"field\":\"date\",\"dir\":\"asc\"}]" | jq .
>          
> ```

