Skip to main content
PUT
/
v1
/
tag
/
{uid}
/
placement
/
{id}
/tag/:uid/placement/:id
curl --request PUT \
  --url https://api.tagdeliver.com/v1/tag/{uid}/placement/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "activation": 123
}'
{
  "results": {
    "id": 18,
    "title": "Footer Placement",
    "activation": 100,
    "enabled": 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

id
integer
required

Placement ID

Body

application/json
activation
integer

Response

200 - application/json
results
object
required
success
boolean
required