Moshe Bareket

  • Total activity 384
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 297

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

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

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

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

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

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

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

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

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

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

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes