I've got two different types of ads. The first one is a link to another website where the image being used is an image hosted on their website. I feel like there might be an issue with having the src of the image be the url link of another site's image, is that not allowed?
The other is from an ad network and it's hard to explain what the code is doing so i'll just show it:
<script async src="//adserver.juicyads.com/js/jads.js"></script>
<ins id="id-number-linked-to-me" data-width="728" data-height="102"></ins>
<script>(adsbyjuicy = window.adsbyjuicy || []).push({'adzone':id-number-linked-to-me});</script>
obviously, the id number is actually in the code but thought i'd hide that. So ya any help on this is appreciated.