Moshe Bareket
Articles
-
Create List
POST /api/lists/ Sample Request curl -X POST https://api.cedato.com/api/lists/ -H 'accept: application/json' -H 'api-version: 1' -H 'authorization: Bearer ' name=myList&lis...
-
Assign multiple Supply items to Demand
PATCH /api/demand//supplies/multi/attach Assigning supplies 456 and 789 to demand 123 Sample Request curl -X PATCH https://api.cedato.com/api/demand/123/supplies/multi/attach -H 'ac...
-
Range
Parameters: Name Type Required Description start Unix timestamp no Default: 7 days agoThe first day to include in the report end Unix timestamp no Def...
-
Rate Limit
Your API account has a predefined minute, hourly and daily request limits. If you reach the limit, the request returns error code 429 indicating that there were too many requests. We recommend you ...
-
Get List items
GET /api/lists//domains Sample Request curl -X GET https://api.cedato.com/api/lists/>/domains -H 'accept: application/json' -H 'api-version: 1' -H 'authorization: Bearer ' ...
-
Parameters
Dimensions List supply, demand, domain, app bundle, sub id, country, environment, day, hour, user agent, app name, supply type, player size, demand type, supply partner, demand partner Measures Lis...
-
Unassign multiple Supply items from Demand
PATCH /api/demand//supplies/multi/detach Unassigning supplies 456 and 789 from demand 123 Sample Request curl -X PATCH https://api.cedato.com/api/demand/123/supplies/multi/detach ...
-
Expected request headers
The API server always expects the following headers: api-version: 1 accept: application/json When requesting a token authorization: Basic (for token request) (you can use this site in order to c...
-
Get List
GET /api/lists/ Sample Request curl -X GET https://api.cedato.com/api/lists/> -H 'accept: application/json' -H 'api-version: 1' -H 'authorization: Bearer ' Sample...
-
Flow
The API is asynchronous , upon calling the API with a valid request you will get such a link: http://api.cedato.com/api/v2.0/results/XXXXX-YYYYY-ZZZZZ Following the link will either return the stat...