使用 Google 网站优化器测试 Javascript?
我可以在 GWO 中测试 Javascript 代码吗?例如,我将如何测试:
$('#first_name_field').watermark('First name');
理想情况下,测试不同内容的人不必输入大量 JavaScript,只需输入他们想要更改的文本...如上面的“名字”。
Can I test Javascript code in GWO? For example, how would I test:
$('#first_name_field').watermark('First name');
Ideally the person who tests different content doesn't have to enter lots of javascript, only the text they want to change... like "First name" above.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以在 MVT 中测试 JS 代码。显然你可以进行 A/B 测试。
对于 MVT 情况,只需将 GWO 部分代码包裹在要测试的 html
script
标记周围(您可能需要添加一些)。Yes you can test JS code in a MVT. You obviously can for a A/B test.
For the MVT case just wrap the GWO section code around html the
script
tags you want to test (you may need to add some).