Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

The response is a JSON with the following structure:

Блок кода
languagejs
titleResponse structurejsonjson
{
  "ok": true,
  "result": {},
  "error": "error description"
}

...

Блок кода
languagejs
titleRequest and response example
collapsetrue
{
  "id": 1000,
  "name": "Mens 18-24",
  "cost_type": "RATE",
  "cost_value": 20,
  "currency": "USD",
  "advertisers": [
    1000,
    2000,
    3000
  ]
}


{
  "ok": true,
  "result": {
    "id": 12345
  }
}

...

URL: https://dmp-api.adhigh.net/api/v1/{dmp}/batch?token=token&with_header=true

Query parameter with_header must be set to true if the file contains header (optional, defaults to true).

...

Блок кода
languagejs
titleResponse examplecollapsetrue
{
  "ok": true,
  "result": {
    "status": "PROCESSED",
    "users_added": 0,
    "segments_expired": 0,
    "segments_removed": 0
  }
}

...