Brightcove Player IMA3 Plugin v3.8.0

The Brightcove Player IMA3 Plugin 3.8.0 is available.

Features

TCF Macros

Adds support for consent string and other TCF metadata generated by a consent management platform for GDPR.

This will add a macro for any property of the tcData object. Most notable are {tcf.gdprApplies} and {tcf.tcString} which return whether GDPR applies to the session (broadly, is the browser in Europe) and the current consent string.

Additionally {tcf.gdprAppliesInt} returns {tcf.gdprApplies} as an integer, as this seems more commonly expected by ad servers.

See videojs-contrib-ads documentation for more details.

Fixes