Can I get the link of IMA ad?

121 Views Asked by At

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>
0

There are 0 best solutions below