managedConsentCMPFailedToShow
Overview
Notifies that the used CMP failed to load.
Data passed by the event
error
Error message.
Examples
document.addEventListener('managedConsentCMPFailedToShow', (data: any) => {
console.log('managedConsentCMPFailedToShow error: ' + data.error);
});
Last updated