{
name?: string,
is_archived?: boolean,
mediatype?: string, //Options ('banner', 'video', 'native', 'audio')
w?: number, //The width of the creative
h?: number, //The height of the creative
content?: string,
adomain?: string, //Must be in this format 'domain.com'
weight?: number, //Default value : 1
comment?: string
}