Showcase

Explore real examples of Genecy creative templates in action - interactive, high-performing creatives built for Google Ad Manager.

IntexterIn-Text Video with Custom Advertisement Block

Desktop, In-Text Video with Advertisement Label and Fade-In Effect

desktop

Setup & configuration

Used assets:

JS callback:

tmpl.on('load', function() {
    tmpl.eCont.style.marginTop = '20px';
    tmpl.eCont.style.backgroundColor = '#fbf7ef';
    tmpl.eCont.style.padding = '40px 0';
    tmpl.eCont.style.opacity = '0';
    tmpl.eCont.style.transition = 'opacity 0.6s ease-in-out';
});
tmpl.on('appear', function() {
    const eAdLabel = document.createElement('div');
    eAdLabel.innerHTML = 'Advertisement';
    eAdLabel.setAttribute('style', `
            text-align:center;
            font-size:11px;
            color:rgba(0,0,0,0.5);
            font-weight:normal;
            position:absolute;
            top:5px;
            left:0;
            width:100%;
            text-transform:uppercase;
            letter-spacing:1px;
        `);
    tmpl.eCont.insertBefore(eAdLabel, tmpl.eCont.firstChild);
    
    const eAdCont = tmpl.getEl('eAdCont');
    if (eAdCont) {
        eAdCont.style.boxShadow = '0 0 10px rgba(0,0,0,0.3)';
    }

    setTimeout(function() {
        tmpl.eCont.style.opacity = '1';
    }, 100);
});

Start Free with 2 Custom Templates

Sign up to Genecy and instantly access Iframer & Clipbanner for free. Upgrade anytime to unlock 20+ premium templates.