admin管理员组文章数量:1415145
I am storing some items in chrome local storage. Along with my variables I can see
google_experiment_mod: "335"
I am wondering what it means.
Below is the code to to store the items and I use chrome developer tool to see the content.
localStorage.setItem("freqInMins", response.freqInMins);
Thanks
I am storing some items in chrome local storage. Along with my variables I can see
google_experiment_mod: "335"
I am wondering what it means.
Below is the code to to store the items and I use chrome developer tool to see the content.
localStorage.setItem("freqInMins", response.freqInMins);
Thanks
Share Improve this question asked Nov 23, 2015 at 7:10 LaxmanLaxman 2,6902 gold badges27 silver badges33 bronze badges 1-
probably you are using a nightly build of Chrome, and may be they are using this
google_experiment_mod: "335"
– Murtaza Khursheed Hussain Commented Nov 23, 2015 at 7:26
2 Answers
Reset to default 4google_experiment_mod is used by Google AdSense for experimenting with which advertisement perform best on a website. Please refer to “How Google uses data when you use our partners’ sites”.
I have that too under the web inspector, but only on certain sites. I use mac and I am using Safari. I also found while searching "experiments" in the resource content on the google homepage something that says "dnssec-nd.gexperiments1.", so I'm guessing that "gexperiments" means "googleexperiments" , and its probably something google uses to track everyone's time or something like that. so its probably nothing.
本文标签: javascriptwhat is the meaning of googleexperimentmod in chrome localstorageStack Overflow
版权声明:本文标题:javascript - what is the meaning of google_experiment_mod in chrome localstorage - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745198781a2647269.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论