InteractiveAdvertisingBureau / SIMID

Secure Interactive Media Interface Definition (SIMID)
https://interactiveadvertisingbureau.github.io/SIMID/
Apache License 2.0
47 stars 25 forks source link

Non linear resize should not take into account video size #371

Closed ryanthompson591 closed 4 years ago

ryanthompson591 commented 4 years ago

If you look at out current resize API, it asks for new video as well as creative sizes.

https://interactiveadvertisingbureau.github.io/SIMID/#simid-creative-requestResize

Proposal: If mediaDimensions or CreativeDimensions are not relevant to this request, the creative may pass through an empty object.

For example, if the creative is non linear it could pass through

{ mediaDimensions: {}, creativeDimensions: { x:0, y:0, width: 200, height: 300 } }

ryanthompson591 commented 4 years ago

We decided adding this extra complexity wasn't needed.