HTML5 iFrame沙箱可以统计视图吗? [英] Do HTML5 iFrame Sandbox counts views?

查看:194
本文介绍了HTML5 iFrame沙箱可以统计视图吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否设置html5 iframe sandbox 属性会停止Google Analytics测量页面浏览量,因为在设置沙箱时不允许脚本?

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>


推荐答案

空的沙箱属性不允许脚本运行Google分析不会在iframe中运行,因为它是100%的JavaScript依赖。

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.

这篇关于HTML5 iFrame沙箱可以统计视图吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆