---
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/en/llms.txt

# How to get data for DSP partners

To get a report for DSP partners, use the [Statistics report](https://yandex.com/dev/partner-statistics/doc/en/reference/statistics-get2.md) operation and pass `stat_type=dsp` as the report type parameter.

> Request:
> 
> ```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 .
>          
> ```

