POST
/
api
/
cache
/
placements
curl --request POST \
  --url https://your_a2_service/api/cache/placements \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "display": {
      "clktype": 1,
      "instl": 0,
      "priv": 0,
      "unit": 2
    },
    "ext": {
      "approval_method": "<string>",
      "display": "<any>",
      "native": "<any>",
      "payout": "<string>",
      "responsive": "<string>",
      "target_ecpm": 0,
      "video": "<any>"
    },
    "id": "<string>",
    "siteid": "<string>",
    "video": {
      "boxing": 1,
      "maxext": 0,
      "podseq": 0,
      "skipafter": 0,
      "skipmin": 0,
      "slotinpod": 0,
      "unit": 2
    }
  }
]'

Body

application/json · object[]
created_at
string
required

The date and time when the placement was created.

id
string
required

ID of the placement (uuid4) a.k.a tagid in internal system.

display
any
ext
object

Additional placement-specific extensions. Defaults to the PlacementExt object.

siteid
string | null

(deprecated)

video
any

Response

204

Success