Cache Management
Update Creatives
크리에이티브 등록
크리에이티브 정보를 캐시에 저장합니다.
광고 제공 중 광고 응답을 구성하는 데 사용됩니다.
POST
Body
application/json · object[]
Campaign ID this creative belongs to.
Height of the creative in pixels.
Required range:
x >= 0
Unique identifier for the creative (UUID v4).
Human-readable name of the creative.
Owner ID of the creative (e.g., advertiser or account owner).
Status of the creative (e.g., "active", "inactive").
Type of the creative (e.g., "banner", "video", "native"). Refer to: a2_adm/db/models/creative.py:Creative
Width of the creative in pixels.
Required range:
x >= 0
Banner creative content (custom format). Note: This format is not identical to OpenRTB's banner object.
Optional description of the creative.
Native creative content (custom format). Note: This format is not identical to OpenRTB's native object.
Response
204
성공