在 Google Web Optimizer 页面部分中使用 Javascript
是否可以在页面部分变体的内容中使用 Javascript?我想要不同的变体进行不同的 Javascript 函数调用,因此我有变体内容,例如:
变体 1
<script type="text/javascript">my_func('abc');</script>
变体 2
<script type="text/javascript">my_func('def');</script>
但是,当我预览页面时,我无法验证 my_func(content){alert(content);实际上正在运行。 GWO 不支持 JS 内容,还是我遗漏了什么?
Is it possible to use Javascript in the content of a page section variation? I want different variations to make different Javascript function calls, so I have variation content like:
Variation 1
<script type="text/javascript">my_func('abc');</script>
Variation 2
<script type="text/javascript">my_func('def');</script>
However, when I preview my page, I can't verify that my_func(content){ alert(content); } is actually being run. Does GWO not support JS content, or am I missing something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。
你做错了什么。 GWO 确实支持 JS 内容。
Yes it is.
You are doing something wrong. GWO does support JS content.