Request model

HTTP headers

Name
Description

token

Access token provided by DSP.

Recommended as a priority over the GET parameter token.

GET parameters

Name
Type
Default
Description

from

string

Current day.

Day "from" (inclusive).

Format: yyyy-MM-dd.

to

string

Tomorrow.

Day "to" (not inclusive).

Format: yyyy-MM-dd.

token

string

Access token provided by DSP.

Required, if HTTP header is not specified.

The HTTP token header is recommended as a priority.

tz

integer

0

Timezone offset relative to UTC.

For ex., 3 for UTC+3, -8 for UTC-8, 0 for UTC.

cur

integer

840

Currency.

See table below.

days

integer

0

Include days in the report.

1 means include, 0 - not include.

hours

integer

0

Include hours in the report.

1 means include, 0 - not include.

traffic_types

integer

0

Include traffic types in the report.

See response details for a complete list of types.

1 means include, 0 - not include.

banner_types

integer

0

Include banner types in the report.

See response details for a complete list of types.

1 means include, 0 - not include.

domains

integer

0

Include domains in the report.

1 means include, 0 - not include.

apps

integer

0

Include mobile apps in the report.

1 means include, 0 - not include.

sites

integer

0

Include site IDs in the report.

1 means include, 0 - not include.

publishers

integer

0

Include publisher IDs in the report.

1 means include, 0 - not include.

deals

integer

0

Include direct deal IDs in the report.

1 means include, 0 - not include.

Currencies

Values
Description

840

USD (United States dollar).

978

EUR (Euro).

985

PLN (Polish złoty).

643

RUB (Russian ruble).

980

UAH (Ukrainian hryvnia).

826

GBP (Pound sterling).

Limitations

Maximum time interval: 31 days.

Maximum time interval with large groups (domains, apps, sites, publishers): 1 day.

Timezone offsets: from -12 to 12.

API request limit: 1 per minute.

Last updated