Skip to main content
POST
/
v1
/
tag
/
{uid}
/
config
{
  "results": {
    "domain": "example.com",
    "id": 11598,
    "uid": 18620,
    "label": "Test Config",
    "stack": 814,
    "config": {
      "audience_filter": {
        "matches": [],
        "type": "include"
      },
      "browser_filter": {
        "matches": [],
        "type": "include"
      },
      "device_filter": {
        "matches": [],
        "type": "include"
      },
      "disable_adhesion_bg": false,
      "disable_branding": false,
      "floors_model": "ci_dynamic",
      "geo_filter": {
        "matches": [],
        "type": "include"
      },
      "in_view": true,
      "limit": "",
      "os_filter": {
        "matches": [],
        "type": "include"
      },
      "refresh": true,
      "region_filter": {
        "matches": [],
        "type": "include"
      },
      "relocate": false,
      "sizes": {
        "desktop": [
          "728x90"
        ],
        "mobile": [
          "320x50"
        ],
        "tablet": [
          "728x90"
        ]
      },
      "target": "body",
      "target_injection": "after",
      "url_filter": {
        "matches": [],
        "type": "include"
      },
      "viewport_filter": {
        "matches": [],
        "type": "include"
      },
      "start": null,
      "end": null,
      "label": "Test Config",
      "unit": "adhesion"
    },
    "revision": 1,
    "date_added": "2025-10-29 13:28:19",
    "date_updated": "2025-10-29 13:28:19",
    "status": 0,
    "in_experiment": 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

Body

application/json
audience_filter
object
browser_filter
object
device_filter
object
disable_adhesion_bg
boolean
disable_branding
boolean
floors_model
string
geo_filter
object
in_view
boolean
limit
string
os_filter
object
refresh
boolean
region_filter
object
relocate
boolean
sizes
object
target
string
target_injection
string
unit
string
url_filter
object
viewport_filter
object
stack
integer
label
string

Response

201 - application/json
results
object
required
success
boolean
required