AdSpeed Logo
High Performance Ad Server
Plan starts at $9.95 per month

Help Center > Working in AdSpeed > Technical

What is AdSpeed API?

AdSpeed API (Application Programming Interface) is an add-on service we provide to our clients. Publishers and advertisers can write software to automatically collect information about their zones, ads, campaigns, reports directly from AdSpeed. Web developers are also encouraged to use the API to build applications on our platform. We reserve the right to change the API details and decline or terminate access prior or without notice.

API Key

To access the data on AdSpeed, you need an API key, which is required on all requests from your application to our system. You can request a new API key or access your active API key(s) by signing into your account and following the menu Tools / Developer's API.

Making Request

Requests are made by issuing simple REST queries to our API server. There is a limit of 100 requests per hour per API key. Example request:

Response

Results are sent back in XML format, which could be read by any standard XML parser. Example:

API Version

Latest Version: 1.0.3 (build 05102007). API methods and response format can change from one version to another. You should consult this page when there is a new version.

API Methods

AS.Zones.getCounts

Returns the number of active, deleted and total zones for the publisher
Parameters
  • None
Sample Request
Sample Response

AS.Zones.getList

Returns the list of zones for this publisher
Parameters
  • perpage (Optional)
    The number of items per page. Maximum value is 100
  • page (Optional)
    The page number
Sample Request
Sample Response

AS.Zones.create

Create a new zone for this publisher
Parameters
  • name (Required)
    The name of this zone
Sample Request
Sample Response

AS.Zone.getServingCode

Returns the serving code for this zone
Parameters
  • zone (Required)
    The zone ID to get serving code
  • width (Required)
    The ad width in pixels
  • height (Required)
    The ad height in pixels
Sample Request
Sample Response

AS.Groups.getCounts

Returns the number of active, deleted and total groups for the publisher
Parameters
  • None
Sample Request
Sample Response

AS.Groups.getList

Returns the list of groups for this publisher
Parameters
  • perpage (Optional)
    The number of items per page
  • page (Optional)
    The page number
Sample Request
Sample Response

AS.Advertisers.getCounts

Returns the number of active, deleted and total advertisers linked to this publisher
Parameters
  • None
Sample Request
Sample Response

AS.Advertisers.getList

Returns the list of advertisers linked to this publisher
Parameters
  • perpage (Optional)
    The number of items per page
  • page (Optional)
    The page number
Sample Request
Sample Response

AS.Ads.getCounts

Returns the number of active, pending, deleted and total ads for the publisher
Parameters
  • None
Sample Request
Sample Response

AS.Ads.getList

Returns the list of ads for this publisher
Parameters
  • perpage (Optional)
    The number of items per page
  • page (Optional)
    The page number
Sample Request
Sample Response

AS.Ads.create

Create a new ad for this account
Parameters
  • name (Required)
    The name of this ad
  • clickurl (Required)
    The destination URL to redirect when someone clicks on this ad (start with http://, must be URL-encoded properly)
  • imageurl (Required)
    The URL of an external JPG/GIF/BMP/SWF file (start with http://, must be URL-encoded properly)
Sample Request
Sample Response

AS.Ad.getServingCode

Returns the serving code for this ad
Parameters
  • ad (Required)
    The ad ID to get serving code
  • width (Required)
    The ad width in pixels
  • height (Required)
    The ad height in pixels
Sample Request
Sample Response

AS.Ad.getLinkedZones

Returns the list of zones linked to this ad
Parameters
  • ad (Required)
    The ad ID to get linked zones
  • perpage (Optional)
    The number of items per page
  • page (Optional)
    The page number
Sample Request
Sample Response

AS.Ad.getServingCodeForLinkedZones

Returns the list of zones linked to this ad and its serving code
Parameters
  • ad (Required)
    The ad ID to linked zones and the serving code for these zones
  • perpage (Optional)
    The number of items per page
  • page (Optional)
    The page number
Sample Request
Sample Response
Was this information helpful? Yes / No

Other articles in Technical

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

Related articles

Client Login

Testimonials

"We at Baronelk Productions would like to thank you for this great free service. It allows us to advertise our service providers, and to recognize other web sites that we feel worthy. Thanks once again. "
-TheK

i

Quick Poll

What do you like best about AdSpeed?





 
Support  |  Contact Us  |  Sitemap  |  Careers
Copyright © 2000-2008 AdSpeed™. All rights reserved. Privacy Statement | Terms of Service