Im building a mobile intersitial ad. not for apps, for mobile web only.
I need to build in a close button - not a click through - pub wants the ad to disappear when the close btn is tapped.
I have added a tap component but I see no way to close the ad.
This is a mobile ad, not in-app.
it is not an expanding ad either.
thanks for the help,
Joe
if (window.Enabler) { window.Enabler.reportManualClose(); window.Enabler.close(); } document.body.parentNode.removeChild(document.body);}
i am building through GWD and publishing through DC
can you please advise?
the above solution didnt work for me also
gwd.closeAd = function(event) {
Enabler.reportManualClose();
Enabler.close();
Marc