Moshe Bareket
Activity overview
Latest activity by Moshe Bareket-
Moshe Bareket created an article, 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=...
-
Moshe Bareket created an article, Domain Reports - Example: All Domains
GET https://api.cedato.com/api/reports/domains/extended Sample Response { "status": "OK", "data": { "domains": [ { "domain": "", "networkId":...
-
Moshe Bareket created an article, Domain Reports - Example: Domains By Demand
GET https://api.cedato.com/api/reports/domainsbydemand/extended Sample Response { "status": "OK", "data": { "domains": [ { "domain": "1497330044", ...
-
Moshe Bareket created an article, 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...
-
Moshe Bareket created an article, 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 \ --...
-
Moshe Bareket created an article, Domain Reports - Example: Domains By Supply
GET https://api.cedato.com/api/reports/domainsbysupply/extended Sample Response { "status": "OK", "data": { "domains": [ { "domain": "", "net...
-
Moshe Bareket created an article, 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...
-
Moshe Bareket created an article, 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:...
-
Moshe Bareket created an article, 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:...
-
Moshe Bareket created an article, 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...