한국어
지면과 캠페인 간의 할당 정보를 저장합니다. 중재 중에 적격한 캠페인을 결정하는 데 사용됩니다.
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[]
성공
이 페이지가 도움이 되었나요?