"docs.beeswax.com" has a new address: "api-docs.freewheel.tv/beeswax." Please update your bookmarks accordingly.

Creative and Video Metadata

When Creative Assets or Video Assets are uploaded to Buzz they are analyzed and metadata about those creatives are stored in the metadata field of that object. While this metadata is created automatically, the system allows you to use the field to store other data as long as it is JSON formatted and in a simple key-value format (no nests, or arrays).

JSON Structure

The Creative metadata JSON has the following fields:

KeyExample valueDescription
keywidthCurrently Buzz supports width, height, and mime. Additional video-related metadata is automatically added to the creative after a video is transcoded.
values468A simple value, either string or integer

Example JSON

{
 "width": 468,
 "height": 60,
 "mime": "image/jpeg"
}