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

report_name

The report name (used in the request). You can find it using the list method.

level

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.