Skip to main content
POST
/
v1
/
tag
/
{uid}
/
config
/tag/:uid/config
curl --request POST \
  --url https://api.tagdeliver.com/v1/tag/{uid}/config \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "audience_filter": {
    "matches": [
      "<string>"
    ],
    "type": "<string>"
  },
  "browser_filter": {
    "matches": [
      "<string>"
    ],
    "type": "<string>"
  },
  "device_filter": {
    "matches": [
      "<string>"
    ],
    "type": "<string>"
  },
  "disable_adhesion_bg": true,
  "disable_branding": true,
  "floors_model": "<string>",
  "geo_filter": {
    "matches": [
      "<string>"
    ],
    "type": "<string>"
  },
  "in_view": true,
  "limit": "<string>",
  "os_filter": {
    "matches": [
      "<string>"
    ],
    "type": "<string>"
  },
  "refresh": true,
  "region_filter": {
    "matches": [
      "<string>"
    ],
    "type": "<string>"
  },
  "relocate": true,
  "sizes": {
    "desktop": [
      "<string>"
    ],
    "mobile": [
      "<string>"
    ],
    "tablet": [
      "<string>"
    ]
  },
  "target": "<string>",
  "target_injection": "<string>",
  "unit": "<string>",
  "url_filter": {
    "matches": [
      "<string>"
    ],
    "type": "<string>"
  },
  "viewport_filter": {
    "matches": [
      "<string>"
    ],
    "type": "<string>"
  },
  "stack": 123,
  "label": "<string>"
}'
{
  "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