Have questions? Contact Us

live chat with us

For sale inquiries, please call
Toll Free 866.4AD.SPEED
International +1.408.454.6363

Testimonials

  • Thanks so much! That is a blazing fast implementation!

    1001noisycameras

  • I sure enjoy AdSpeed and remain very excited about all of the powerful features you offer. I see I have much to learn, but it will be fun in the long run. Thanks again for all you do for me, and for all the help you are giving me to grow my sales!

    Gary Cooley
    2Cooleys

Help Center > Manage Your Account > AdSpeed API

AdSpeed API Overview

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, and 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 and API Secret

You need an API key and an API secret to use the API. They can be viewed under the menu Tools / Developer's API. The API key is required on all requests from your application to our system. The API secret is used to sign each request.

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. Certain methods might have additional restrictions and specifications.

Response

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

Signing Request

Replace YOUR_KEY and YOUR_SECRET with the actual values. Each API call must be signed with the following steps:
  1. Sort parameters in alphabetical order
  2. Prepend your secret string to the beginning of the sorted arguments
  3. Generate a MD5 hash (lower case) for the input arguments
  4. Append your MD5 hash to the call

Code Sample

We have prepared an example PHP class to access our API.

API Version

1.2.5 (build 280809). Documentation was last modified on Tue, 09 Mar 2010 06:56:08 EST. Since the API methods and response format can change from one version to another, you should check this page frequently for updates.

API Methods - Overview

Other Articles in AdSpeed API

Documentation about building applications with AdSpeed API
Search Help Center

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

Related Articles

  • Advertiser i
    "Documentation for API methods to manage one or multiple advertisers. API Version1.2.5 (build 280809). Documentation was last modified on Fri,..."
  • Group i
    "Documentation for API methods to manage one or multiple groups. API Version1.2.5 (build 280809). Documentation was last modified on Fri,..."
  • Website i
    "Documentation for API methods to manage one or multiple websites. API Version1.2.5 (build 280809). Documentation was last modified on Sat,..."
  • Campaign i
    "Documentation for API methods to manage one or multiple campaigns. API Version1.2.5 (build 280809). Documentation was last modified on Fri,..."