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

Ключ

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

...

Блок кода
languagejs
titleRequest and response example
{
  "id": 1000,
  "name": "Mens 18-24",
  "cost_type": "RATE",
  "cost_value": 20,
  "currency": "USD",
  // in order to make the segment available to all advertisers
  // set "advertisers" node to empty array or do not set at all
  "advertisers": [
    1000,
    2000,
    3000
  ]
}


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

...