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

Ключ

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

...

Блок кода
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 it at all
  "advertisers": [
    1000,
    2000,
    3000
  ],
  "advertisers_prices_map" : {
		"5495": 0.2,
		"5501": 0.011
  },
  // A value of this field will be ignored, if the "advertisers" node isn't empty, otherwise 
  // a request will be handled like a value of it is false. The default value of the field is false. 
  "available_to_all": false
}


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

...