使用 Google 网站优化器测试 Javascript?

发布于 2024-09-26 20:57:59 字数 185 浏览 3 评论 0原文

我可以在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

屋顶上的小猫咪 2024-10-03 20:57:59

是的,您可以在 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文