Help Center Manage Your Account AdSpeed API

Channels

Documentation for API methods to manage one or multiple channels.

API Version

1.4.5 (build 20231101). This page was updated on Fri, 03 May 24 08:45:56 -0400. Since the API method and response format can change from one version to another, you should check this page for updates.

API Methods - Channel

AS.Channels.getCounts

Return the number of active, deleted and total channels for this publisher or ad network.
Additional Parameters
  • None
Sample Request
Sample Response
<Channels total="0" active="0" deleted="0"/>

AS.Channels.getList

Return the list of channels for this publisher or ad network.
Additional Parameters
ParameterRequiredDescription
perpageOptional
Default value is "10"
The number of items per page. Maximum value is 100.
pageOptional
Default value is "1"
The page number
Sample Request
Sample Response
<Error code="999666333">
  <Message>Sorry! There was an error and our tech was notified. You can also submit a ticket to escalate this problem.</Message>
</Error>

Other Articles in AdSpeed API

Documentation to use AdSpeed API to integrate AdSpeed AdServer into your own platform.

Cannot find an answer for your question? Ask our Customer Care team

Related