Moshe Bareket
Articles
-
How do I add custom macros?
Cedato Players support twenty custom macros. Each macro is mapped from the player to the Demand item. On vast url add the following: [CUSTOM1] ... [CUSTOM20] On player call add the param &c1=...
-
Domain Reports - Example: All Domains
GET https://api.cedato.com/api/reports/domains/extended Sample Response { "status": "OK", "data": { "domains": [ { "domain": "", "networkId":...
-
Domain Reports - Example: Domains By Demand
GET https://api.cedato.com/api/reports/domainsbydemand/extended Sample Response { "status": "OK", "data": { "domains": [ { "domain": "1497330044", ...
-
Domain Reports - Example: Domains By Supply
GET https://api.cedato.com/api/reports/domainsbysupply/extended Sample Response { "status": "OK", "data": { "domains": [ { "domain": "", "net...
-
Supply Reports - Example: Get Supply Demands by Domain
GET https://api.cedato.com/api/reports/players/extended?supply_id=&group_by=demand_domain Headers:accept: application/jsonapi-version: 1authorization: Bearer cURL example: curl --request GET \ --...
-
Domain Reports - Parameters
Name Type Comments range See the reports section pagination See the reports section Response Structure All reports are returned in the following structure: { "st...
-
Supply Reports - Example: Get Supply by User Agent
GET https://api.cedato.com/api/reports/players/extended?supply_id=&group_by=ua Headers:accept: application/jsonapi-version: 1authorization: Bearer cURL example: curl --request GET \ --url 'https:...
-
Supply Reports - Example: All Supply
GET https://api.cedato.com/api/reports/supplies/basic Headers:accept: application/jsonapi-version: 1authorization: Bearer cURL example: curl --request GET \ --url 'https://api.cedato.com/api/repo...
-
Unassign List from Supply
PATCH /api/supplies//lists//detach//lists//attach Sample Request curl -X PATCH https://api.cedato.com/api/supplies//lists/>/detach -H 'accept: application/json' -H 'api-version:...
-
Supply Reports - Parameters
The supply reports are returned based on the parameters sent. You can filter the results by using the parameters, and you can specify how you want the results grouped. Parameters Name Typ...