List of available reports
You can request a list of available reports for your selected level of detail using the list method.
To get a list of available reports, make a request:
https://adfox.yandex.com/api/report/list/<level>
Request parameters
|
Parameter |
Description |
|
|
The level of detail. |
Response format
{
"result": {
"reports:" [
{
"name": (string)
"title": (string)
"dateRange": (string)
"availableFrom": (string)
"isCustom": (integer)
},
...
]
},
"error": (string)
}
|
Parameter |
Description |
|
|
The report name (used in the request). If |
|
|
The report name (text). |
|
|
Detailing the report by time:
|
|
|
The date when the completed request appears in the system: |
|
|
Report type:
|
Available levels of detail:
owner: A general report.supercampaign: At the supercampaign level.campaign: At the campaign level.banner: At the banner level.site: At the site level.section: At the site section level.place: At the placement level.
Was the article helpful?
Previous