Does setting the html5 iframe sandbox
attribute stop google analytics measuring page views, because the scripts is not allowed when sandbox is set?
<iframe id="iframe_auto" src="" scrolling="yes" sandbox=""></iframe>
Does setting the html5 iframe sandbox
attribute stop google analytics measuring page views, because the scripts is not allowed when sandbox is set?
<iframe id="iframe_auto" src="" scrolling="yes" sandbox=""></iframe>
An empty sandbox attribute will not allow scripts to run so Google analytics will not run inside the iframe as it is 100% JavaScript dependent.