Cache Management
Update Creatives
Stores creative information in the cache. Used to build ad responses during ad serving.
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
Success