Can I get the redirecting link of an IMA ad after it is loaded?
Is there any possible chance for that. Like this one:
<script>
addirectlink = event.getAdsManager(videoTag).href;
document.getElementById('adlink').href = addirectlink;
</script>
<a href="#" id="adlink">Learn More</a>