Inspection Bookmarklets
All bookmarklets support multiple Somtag instances across all integration levels.
Just copy the code for a bookmarklet and paste into the address bar (or add it to bookmarks).
javascript:['getAdTrace','getCurrentConfig','getVersion',].forEach(function(cmd){var d=document;d.head.appendChild(d.createElement('script')).src='https://sevenonemedia.github.io/som-productivity/bookmarklets/debugging/somtag-debugging.js?cmd='+cmd})
getAdTrace
The getAdTrace
output shows a list of all defined display ad slots on the current page as well as the current state of each ad slot.
getCurrentConfig
The getCurrentConfig
output shows various information about the somtag configuration on the current page, e.g. defined channels, ad units and information about the current video configuration.
getVersion
The getVersion
output shows the version of the Somtag framework that is used on the current page.