Closed ryanthompson591 closed 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 } }
We decided adding this extra complexity wasn't needed.
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 } }