jQuery(document).on('elementor/popup/show', function(event, popup) {
if (popup.id === 'YOUR_POPUP_ID') {
// Check if the script is already loaded
if (!window.adsbygoogle) {
var script = document.createElement('script');
script.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4809769089166801';
script.crossOrigin = 'anonymous';
script.async = true;
document.head.appendChild(script);
}
// Initialize the ad
(adsbygoogle = window.adsbygoogle || []).push({});
}
});
Skip to content