SmartTV & HbbTV
SmartTV & HbbTV: Basic implementation
To configure the CMP in its CTV/HbbTV version, you need to edit the file where it will be implemented (e.g., index.html) in a code editor. The CMP is loaded by declaring a variable and loading a file. In the code below, you need to replace the URL ...
SmartTV & HbbTV: Methods
CMP UI methods The script adds the SibboCMP object globally. This object has the following methods: init Load the CMP configuration and check if the interface has to show up: SibboCMP.init(configuration); open Show the CMP interface if it is hidden. ...
SmartTV & HbbTV: Events
IAB predefined events Once the CMP has been loaded, the __tcfapi method is created, which is used to retrieve the consent string, get consent for a specific purpose, etc. The full definition and all available standard API commands can be found at the ...