한국어
크리에이티브 정보를 캐시에 저장합니다. 광고 제공 중 광고 응답을 구성하는 데 사용됩니다.
cURL
curl --request POST \ --url https://your_a2_service/api/cache/creatives \ --header 'Content-Type: application/json' \ --data '[ { "banner": "<any>", "cid": "<string>", "description": "<string>", "height": 1, "id": "<string>", "name": "<string>", "native": "<any>", "owner_id": "<string>", "status": "<string>", "type": "<string>", "video": { "adm": "", "ctype": 2, "dur": 0, "ext": { "cdn": "", "linear": 1, "url": "" }, "mime": [ "video/mp4" ] }, "width": 1 } ]'
The body is of type object[].
object[]
성공
이 페이지가 도움이 되었나요?