You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VAST 4.1 adds some more macro's, however the replacements for the macro's may only available if a videoplayer uses this module somehow. Would be cool if there is some kind of config to pass in the replacements.
Please drop me a note if you already have an idea how to integrate this.
The text was updated successfully, but these errors were encountered:
To my best knowledge, before VAST 4.1, the standard VAST macros could only occur in tracking URLs. However, VAST 4.1 indeed adds them to the VAST request as well and extends the list of available macros. I actually did an IAB Tech Lab talk advocating for adoption of those macros so we definitely want to support them in our code as well. 🙂
Unfortunately, iab-vast-loader doesn't have support for VAST 4.1 today. We do however have an internal roadmap that includes adding VAST 4.1 support to iab-vast-model, -parser, and -loader, including support for macros. I can't share an ETA but know that it's in the works.
In the meantime, one workaround would be to extend VASTLoader.prototype.load to alter this._uri:
i.e. [CACHEBUSTING] or [TIMESTAMP].
VAST 4.1 adds some more macro's, however the replacements for the macro's may only available if a videoplayer uses this module somehow. Would be cool if there is some kind of config to pass in the replacements.
Please drop me a note if you already have an idea how to integrate this.
The text was updated successfully, but these errors were encountered: