InteractiveAdvertisingBureau / SIMID

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

Add a nonlinear duration to this initialize method #382

Closed ryanthompson591 closed 4 years ago

ryanthompson591 commented 4 years ago

Non linear ads have no way of knowing what their duration is unless the player tells them.

Proposal: The initialize message creativeData object should have a duration parameter. Or a nonlinearDuration parameter.

The player should terminate the creative once the duration is reached.

This should be the same as the value passed in by the minSuggestedDuration field in the VAST request.

See: https://interactiveadvertisingbureau.github.io/SIMID/#simid-player-init

mimidden commented 4 years ago

Augment copy to that the player might change suggested duration

ryanthompson591 commented 4 years ago

This is added.