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
  • 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=...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Domain Reports - Example: All Domains

    GET https://api.cedato.com/api/reports/domains/extended Sample Response {    "status": "OK",    "data": {      "domains": [        {          "domain": "",          "networkId":...

    • Created
    • 1 follower
    • 0 comments
    • 0 votes
  • Domain Reports - Example: Domains By Demand

    GET https://api.cedato.com/api/reports/domainsbydemand/extended Sample Response {    "status": "OK",    "data": {      "domains": [        {          "domain": "1497330044",    ...

    • Created
    • 1 follower
    • 0 comments
    • 0 votes
  • Domain Reports - Example: Domains By Supply

    GET https://api.cedato.com/api/reports/domainsbysupply/extended Sample Response {    "status": "OK",    "data": {      "domains": [        {          "domain": "",          "net...

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

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

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

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

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

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

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes