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>
|
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
|
Request processing status. For the key, see Error handling. |
|
The number of items in the response tree. |
|
The item number in the response tree, where N is a number fromĀ 0 to rows-1 (where |
|
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:
- Add a placement.
- Delete a placement.
- Get a list of placements.
- Add the default banner.
- Edit placement parameters.
- Get an ad tag from the placement level.
The ID of the object that the action is performed on.
Required
Copied