Checking Digital Experience Analytics is Ready
decibelInsight('ready', callback);
Argument
callback (function): A callback containing any valid JavaScript code.
Example
// Log a message in the console once Decibel is fully loaded.
decibelInsight('ready', function () {
console.log('Decibel loaded!');
});