SmartTV & HbbTV (QR)
QR CMP: 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 ...
QR CMP: Methods
UI Methods The script globally adds the SibboCMP object. This object includes the following methods: init Loads all configurations and checks if the interface needs to be displayed: Example with HTTPS protocol: SibboCMP.init(configuration, boolean, ...
QR CMP: 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) using a code editor. The CMP is loaded from a file. And then it is initialized. In the code below, replace the URL {{URL}} with ...