Skip to main content
GET
/
v1
/
tag
/
{uid}
/
experiment
/
compare
/tag/:uid/experiment/compare
curl --request GET \
  --url https://api.tagdeliver.com/v1/tag/{uid}/experiment/compare \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "config_id": 8390,
      "real_allocation": 0,
      "allocation": "n/a",
      "unit": "iab",
      "label": "MPU 2",
      "status": 1,
      "config": {
        "In View": true
      }
    },
    {
      "config_id": 8391,
      "real_allocation": 0,
      "allocation": "n/a",
      "unit": "iab",
      "label": "MPU 2 (OOV)",
      "status": 0,
      "config": {
        "In View": false
      }
    }
  ],
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
integer
required

Publisher ID

Query Parameters

config_ids
string
default:<string>
required

Comma separated list of config ID's

Response

200 - application/json
results
object[]
required
success
boolean
required