...
Success! All done, all confirmed. Content Pass is now fully functional for visitors of your site.
Default code to delay loading of 3rd party resources
The code that will be served using this delay code might need adjustments depending on the technology in which your site is created and what kind of resource it should load.
Code Block | ||
---|---|---|
| ||
window.addEventListener('adnginLoaderReady', function() {
adconsent('isConsentWallUser', null, r => { if
(!r.hasSubscription) {
// load 3rd party resources here
}}); }); |