English
Stores placement information in the cache. Used to update serving logic based on placement metadata.
cURL
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 } } ]'
The body is of type object[].
object[]
Success
Was this page helpful?