Banner without labels

How to include banners without labels

With label (Iframe insertion)

<iframe src="https://atk.pxointr.com/api/spots/460689?p=1" width="100%" height="300px" frameborder="0"></iframe>

Without label (JS insertion)

<script async src="//atk.pxointr.com/xOoM1Jc9.js"></script>
<div data-asg-ins data-spots="460689" style="width: 300px; height: 250px;"></div>

With srcdoc to avoid labels

<iframe srcdoc="<body><script src="https://atk.pxointr.com/api/spots/460689"></script></body>" width="100%" height="300px" frameborder="0"></iframe>