Javascript Web SDK
Overview
Safely accessing the iAdvize object
window.iAdvizeInterface = window.iAdvizeInterface || [];
window.iAdvizeInterface.push(function(iAdvize) {
// Ex : accessing the tag version
const tagVersion = iAdvize.get('tag:version');
});Last updated