managedConsentCMPFailedToLoad

Overview

Notifies that the used CMP failed to load.

Examples

document.addEventListener('managedConsentCMPFailedToLoad', function(data){console.log("managedConsentCMPFailedToLoad: " + data)});

Last updated