Moshe Bareket
Articles
-
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...
-
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' ...
-
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...
-
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...
-
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...
-
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...
-
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 ...
-
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...
-
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 ' ...
-
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...