InteractiveAdvertisingBureau/SIMID

Add a nonlinear duration to this initialize method

ryanthompson591 opened this issue · 2 comments

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

Augment copy to that the player might change suggested duration

This is added.