Arguments for building a report
A list of arguments required to build the report. Requested using the argument
method:
https://adfox.yandex.com/api/report/argument/list/<level>?name=<report_name>
Request parameters
Parameter |
Description |
|
The report name (used in the request). You can find it using the list method. |
|
The level of detail. |
Response format
The response is an array of argument names.
Response example
{
"result": [
"supercampaignId",
"dateFrom",
"dateTo"
],
"error": null
}
Level of detail 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.
Copied
Copied