How do I attach the notice when an Ad Size is not specified?
When you don't have the creative size populated inline or specified you can pass us a container ID for the advertising DIV. This will allow us to attach our notice to the creative itself.
1. Generate the Evidon Enterprise tag for any creative size - which will look like:
<script type="text/javascript" src="http://c.evidon.com/durly.js#;ad_w=300;ad_h=250;coid=xxx;nid=xxx;"></script>
2. Edit this tag adding the container parameter. So, if the container is named "ad_placement" then the tag would look as follows:
The edited tag will then look like:
<script type="text/javascript" src="http://c.evidon.com/durly.js#;ad_w=300;ad_h=250;coid=xxx;nid=xxx;container=ad_placement;></script>
3. Insert the updated tag into DCM as you normally would.
4. Note that the following HTML5 tags are supported and will work if the size is entered:
article
aside
canvas
main
section
nav
svg
figure
video