Moshe Bareket

  • Total activity 362
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 276

Articles

Recent activity by Moshe Bareket
Sort by recent activity Recent activity Votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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 ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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 ' ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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   ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes