listActiveBanners

Get a list of active banners on the placement.

Request format

Note

Pagination available.

https://adfox.yandex.com/api/v1
  ? object=place
  & action=listActiveBanners
  & objectID=<integer>

objectID*

The ID of the object that the action is performed on.

* Required

Response format

<response>
<status>
  <code>{integer}</code>
</status>
  <row0>
    <ID>{integer}</ID>
  </row0>
</response>

Response parameters

code

Request processing status. For the key, see Error handling.

rows

The number of items in the response tree.

rowN

The item number in the response tree, where N is a number fromĀ 0 to rows-1 (where rows is the total number of items in the response).

ID

Object ID.

Sample request and response

Request:

https://adfox.yandex.com/api/v1?object=place&action=listActiveBanners&objectID=543

Response:

<response>
<status>
  <code>0</code>
</status>
  <row0>
    <ID>1382740</ID>
  </row0>
</response>

Other actions with the object

See also other actions with the place object:

The ID of the object that the action is performed on.

Required

Previous
Next