Deprecation Warning
DSP API v1 will continue to receive critical bug and security fixes, but no new functionality will be added going forward. Next version of DSP API is under development and when ready DSP API v1 will be deprecated.
General
The Delta CMP API is a UTF-8 HTTPS/JSON API for automating certain operations in The Delta Campaign Management Platform.
HTTP protocol
All operations respond with standard HTTP status codes, including:
HTTP 200 OK
-- operation successfulHTTP 201 Created
-- operation successful with URL to created entity in Location response headerHTTP 202 Accepted
-- the operation was accepted but since the operation is asynchronous, the outcome is unknownHTTP 400 Bad Request
-- malformed requestHTTP 401 Unauthorized
-- incorrect or insufficient credentialsHTTP 404 Not Found
-- unknown entity referencedHTTP 5xx
-- scheduled maintenance, etc.
Testing the API
The API is simple to test using a standard web browser. For POST's we recommend any "RESTful client" browser plugin, e.g. Advanced Rest Client.
Remember to provide an API key.
Connecting statistics to a Dashboard
If you have the possibility the statistics can be built-in within your systems or you can connect an external dashboard solution. Most dashboard solutions has a custom connector that can be used or can easily connect to the API due to that it's built on a common standard.
Supported external solutions:
- Google Data Studios
- Funnel
- Rivery
Last modified: Mon Sep 23 2024 11:48:54 GMT+0200 (Central European Summer Time)