...
The response is a JSON with the following structure:
| Блок кода | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
"ok": true,
"result": {},
"error": "error description"
} |
...
| Блок кода | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
"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).
...
| Блок кода | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
"ok": true,
"result": {
"status": "PROCESSED",
"users_added": 0,
"segments_expired": 0,
"segments_removed": 0
}
} |
...