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

# Как получить данные для DSP-партнеров

Чтобы получить отчет для DSP-партнеров, воспользуйтесь операцией [Отчет по статистике](https://yandex.com/dev/partner-statistics/doc/ru/reference/statistics-get2.md), в качестве типа отчета передайте параметр `stat_type=dsp`.

> Запрос:
> 
> ```no-highlight
> curl -vg -H "Authorization: OAuth $TOKEN" \
> GET 'https://partner.yandex.ru/api/statistics2/get.json? \
> &stat_type=dsp \
> &lang=ru \
> &pretty=1 \
> &dimension_field=date|day \
> &entity_field=dsp_id \
> &field=shows \
> &period=2021-07-10&period=2021-07-13 \
> &filter=[\"AND\",[[\"dsp_id\",\"=\",2563049]]] \
> &limits={\"limit\":50,\"offset\":0} \
> &order_by=[{\"field\":\"shows\",\"dir\":\"desc\"},{\"field\":\"date\",\"dir\":\"asc\"}]" | jq .
>          
> ```

