...
| Блок кода |
|---|
| language | js |
|---|
| title | Example |
|---|
| linenumbers | true |
|---|
|
{
"id": "21",
"name": "Any advertiser",
"url": "http://advertiser.domain/",
"timezone": "Europe/Moscow",
"default_dsp_commission": "35",
"currency": "USD",
"prepayment_mode": "false",
"hide_billing": "true",
"credit": 10000,
"max_budget": 4707.27
} |
Advertiser attributes
| Attribute | Type | Description |
|---|
| max_budget | integer | Max budget, available for advertiser |
manage_campaigns_commissions | boolean | Activates managing DSP/Agency commissions at campaign level |
hide_billing | boolean | Activating/hiding financial info in UI |
credit | float | Credit limit |
max_budget | float | Monthly budget |
...
| Блок кода |
|---|
| language | js |
|---|
| title | Example |
|---|
| linenumbers | true |
|---|
|
{
"id": "1",
"name": "Test",
"advertiser_id": "2",
"budget_limit": "100000.00"
} |
Campaign group attributes
| Attribute | Type | Description |
|---|
| budget_limit | float | Total budget limit for the group of campaigns |
Domains list
| Блок кода |
|---|
| language | js |
|---|
| title | Example |
|---|
| linenumbers | true |
|---|
|
{
"name": "Test list",
"advertiser_id": 27,
"domains": [
"yandex.ru",
"google.com",
"yahoo.com"
]
} |
...