Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Help on a banner for Orange Ads

New Here ,
Aug 23, 2017 Aug 23, 2017

I'm working on banner for  Orange Ads. I need to add a "close button" and a "auto-close" at the end of banner.

The code i tried to use doesn't work :

if(!this.Fermer_click_cbk) {

function Fermer_click(evt) {

// Début de votre code personnalisé

console.log("Button clicked");

OA.close('bt');   <--- This part was added by me based on Orange ads specs

// Fin de votre code personnalisé

}

$("#dom_overlay_container").on("click", "#Fermer", Fermer_click.bind(this));

this.Fermer_click_cbk = true;

}

I also need to add "OA.close('bt');" on the last of my timeline.

Thanks for your help

TOPICS
Ad development
341
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation