Prebid Universal Creative is a javascript api to render multiple formats. This file is inserted into the prebid creative as a placeholder for the winning prebid creative. It should support the following formats:
- Banner
- Outstream Video
- Mobile (Coming Soon)
- AMP creatives
- All safeFrame creatives
$ git clone https://github.com/prebid/prebid-universal-creative.git
$ cd prebid-universal-creative
$ npm install
$ gulp serve
Starts a web server at http://localhost:9999
serving from the project root and generates the following files:
./build/creative.js
- Full source code for dev and debug./build/creative.js.map
- Source map for dev and debug
Found a bug? Great! This project is in its infancy, and many things can be improved.
Report bugs, request features, and suggest improvements on Github.
Or better yet, open a pull request with the changes you'd like to see.