Web & AMP
Web & AMP: Basic implementation
Web basic implementation To configure the CMP in its web version, you need to edit the file in which you will implement it (for example, index.html) in a code editor. The CMP is loaded by declaring a variable and loading a file. In the code below, ...
TCFv2 integration with Google Analytics
Many users of the web version decide to integrate the CMP signals with Google Analytics. For this, the following instruction is necessary, so that Google Analytics enables compatibility with the TCF: window['gtag_enable_tcf_support'] = true; This ...
Custom Sibbo <script> tags
You can utilize Sibbo <script> tags to selectively load JavaScript tags or other HTML elements on your webpage. You have to run the code in this file: https://cmp.sibbo.net/v2.2/custom-sibbo-script-tags.js after loading Sibbo CMP core file and after ...
Web & AMP: Methods
Web / AMP 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 ...
Web & AMP: CMP Events
Normal Web / AMP events IAB predefined events Once the CMP has been loaded, the global method __tcfapi is created, which is used to retrieve the consent string, get consent for a specific purpose, etc. The full definition and all available standard ...