Help Center Manage Your Account AdSpeed API

Campaign

Documentation for API methods to manage your campaigns in our ad server.

API Version

1.4.6 (build 20240530). This page was updated on Fri, 15 Nov 24 03:47:52 -0500. Since the API method and response format can change from one version to another, you should check this page for updates.

API Methods - Campaign

AS.Campaigns.getCounts

Return the number of active, deleted and total campaigns in your account.
Additional Parameters
  • None
Sample Request
Sample Response
<Campaigns total="1" active="1" deleted="0"/>

AS.Campaigns.getList

Return the list of campaigns in your account.
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
<Campaigns total="1" page="1" numpage="1" perpage="4">
  <Campaign id="3526" name="Sample Campaign" status="active"/>
</Campaigns>

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

  • Website
    "Documentation for API methods to manage one or multiple websites. API Version1.4.6 (build 20240530). This page was updated on Fri, ..."
  • Channels
    "Documentation for API methods to manage one or multiple channels. API Version1.4.6 (build 20240530). This page was updated on Tue, ..."
  • Group
    "Documentation for API methods to manage one or multiple groups. API Version1.4.6 (build 20240530). This page was updated on Mon, ..."
  • Creative
    "An ad creative displays on publishing sites and it can be in any format: image/banner ad, text link ad, Flash ..."
  • Campaign
    "A campaign is a collection of related ads or offers. Relationship A campaign can link to zero, one or multiple ..."