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
  • Assign List to Supply

    PATCH /api/supplies//lists//attach//lists//attach Sample Request curl -X PATCH   https://api.cedato.com/api/supplies//lists/>/attach   -H 'accept: application/json'   -H 'api-versio...

    • Created
    • 1 follower
    • 0 comments
    • 0 votes
  • Unassign List from Demand

    PATCH /api/demand//lists//detach//lists//attach Sample Request curl -X PATCH   https://api.cedato.com/api/demand//lists/>/detach   -H 'accept: application/json'   -H 'api-version: 1' ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Demand Reports - Example: Get all Demands by Supplies Filtered by 2 demands

    Note: demand ids should be seperated by ‘,’ GET https://api.cedato.com/api/reports/demands/extended?group_by=supply_id&demand_id=1144977396,1 Headers:accept: application/jsonapi-version: 1autho...

    • Created
    • 1 follower
    • 0 comments
    • 0 votes
  • Demand Reports - Example: Get All Demands

    GET https://api.cedato.com/api/reports/demands/basic Headers:accept: application/jsonapi-version: 1authorization: Bearer cURL example: curl --request GET \  --url https://api.cedato.com/api/report...

    • Created
    • 1 follower
    • 0 comments
    • 0 votes
  • Manage Supply Targeting

    PATCH /api/player//targeting   targeting_id Targeting Object Id         country_codes_oper Include/Exclude countries 2 - exclude 1 - include country_codes Country...

    • Created
    • 1 follower
    • 0 comments
    • 0 votes
  • Assign List to Demand

    PATCH /api/demand//lists//attach/ In order to assign a domain list to a demand , first update the demand with the domain_list_type in order to decide if it's a WL or BL (1 - white list, 2- black li...

    • Created
    • 1 follower
    • 0 comments
    • 0 votes
  • Demand Reports - Parameters

    The demand reports is returned based on the parameters sent. You can filter the results using the parameters, and you can specify how you want the results grouped.   Parameters Name ...

    • Created
    • 1 follower
    • 0 comments
    • 0 votes
  • Demand Capping Assign

    PATCH /api/demand//cappings   Attribute Name Possible Values cappingType Impressions = 1 Ad Request = 2 paceOption ASAP = 1 EVEN = 2       cappingValue if type is I...

    • Created
    • 1 follower
    • 0 comments
    • 0 votes
  • Delete List

    DELETE /api/lists/ Sample Request curl -X DELETE   https://api.cedato.com/api/lists/>   -H 'accept: application/json'   -H 'api-version: 1'   -H 'authorization: Bearer ' ...

    • Created
    • 1 follower
    • 0 comments
    • 0 votes
  • Assign Demand and Supply

    PATCH /api/demand//supplies//attach Assign supply 456 to demand 123 Sample Request curl -X PATCH   https://api.cedato.com/api/demand/123/supplies/456/attach   -H 'accept: application/js...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes