Hi @A_Najj , The HTML 5 Zip Container walkthrough guide you have
attached is the latest one to use and mentions all steps to add Adobe
Click tag to your HTML banners.If you see, it explains to use below
snippet inside element of your HTML file var clickTAG =
"YOUR_LANDING_PAGE_URL_GOES_HERE";(function () {var bindClickEvent =
function (){TARGET_ELEMENT.addEventListener("click", function (e)
{window.open( clickTAG, '_blank');});};if ( document.attachEvent )
{document.attachEvent( "onreadystatechange", bindClickEvent );} else
{document.addEventListener( "DOMContentLoaded", bindClickEvent
);}}()); Can you please
confirm why are you using
? Thanks,Shivani