English
Stores allocation information between placements and campaigns. Used to determine eligible campaigns during mediation.
cURL
curl --request POST \ --url https://your_a2_service/api/cache/allocations \ --header 'Content-Type: application/json' \ --data '[ { "cid": "<string>", "crid": "<string>", "ext": { "frequency_capping": { "enabled": 123, "limit_multiple_click": 123, "user_limit_count": 123, "user_limit_days": 123 } }, "last_comment": "<string>", "no": 123, "status": "<string>", "tagid": "<string>" } ]'
The body is of type object[].
object[]
Success
Was this page helpful?