Getting started with Ad Management ads
- Insert script into the <head> of your website, the higher up the better for optimal ad load speed. Your account manager will provide you with the script specific to each of your sites
Example:
<script type="text/javascript">
var propertag = propertag || {};
propertag.cmd = propertag.cmd || [];
(function() {
var pm = document.createElement('script');
pm.async = true; pm.type = 'text/javascript';
var is_ssl = 'https:' == document.location.protocol;
pm.src = (is_ssl ? 'https:' : 'http:') + //global.proper.io/sitename.min.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(pm, node);
})();
</script>
2. Replace existing ad units with Sovrn ad tags, provided by your account manager
More information: