博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Google website optimizer. What’s that all about?
阅读量:2348 次
发布时间:2019-05-10

本文共 3325 字,大约阅读时间需要 11 分钟。

Designers and developers are constantly scratching their head, trying to find that perfect layout, the best keywords, what color make users more willing to interact with your website or what banner design is most effective at generating clicks.

We make deductions based on our project specifications and create "the best" possible version and then publish it. However, no matter how experienced we are, users are not always predictable and our "best" version could turn out to be the worst.

With  , we can now measure the effectiveness of different solutions, by allowing you to test different versions of your site content and thus determining what will best attract users and lead them to convert on your site.

The Experiment

The idea is that we'll have two landing pages for our fictional product, a "Cats who Code" tshirt. Each page will have a different background color (red and blue). By the end of the experiment we'll know which page converted best by the number of orders from each page.

To start using this free tool you'll need a Google account. After we sign in we can just go ahead and create a new experiment.

There are two types of experiments you can do:

  • A/B Experiment - The simplest way to start testing fast. This method compares the performance of entirely different versions of a page.
  • Multivariate Experiment - The most robust way to test lots of ideas. This method compares the performance of content variations in multiple locations on a page.

We'll go with the A/B experiment, as that is faster and easier to set up.

Luckily, the Google Website Optimizer team has made this quite easy to understand and implement. We'll need three things before we can continue:

  1. The initial page you would like to test. I'll call this 'index.html'. This is the blue version one.
  2. The alternate version of our test page. This will be called 'index-red.html'. These URLs could be bookmarked by your users, so after your experiment finishes, you may want to keep these URLs valid.
  3. Identify your conversion page. In out example that will be represented by the 'order.html' page. For you this might be the page displayed after a user signs up for a newsletter, or fills out a contact form.

Once we have these three pages setup we can go forward and build our experiment. Google will ask you where your pages are located.

Setting up the JavaScript code

The next step is basically the most "technically challenging" one. We have two options:  your web team will install and validate JavaScript tags   or  You will install and validate the JavaScript tags . Since most of us like to do things our self we'll go ahead and insert the JavaScript.

Now all we have to do is start it and wait for the results to come in. It's recommended to have at least 100 conversions per page or it won't be conclusive.

Learn More

While this is a simple example, you now have some basic knowledge to build on. Google not only developed an extremely useful tool to help your website convert, but also produced all the needed information to educate it's users, so even if you don't want or need Google Website optimizer, just by reading the    you'll definitely learn something new.

If you're still not convinced visit the    page from Google, where 4 case studies are presented with insight on the workflow and actual results from real life projects.

 

原帖地址:

你可能感兴趣的文章
PHP类中的抽象类,抽象方法,abstract
查看>>
PHP接口类interface的正确使用方法
查看>>
Sencha Touch之Hello World
查看>>
Tab Layout 之单个Activity实现
查看>>
Tab Layout 之多个Activity实现
查看>>
FrameLayout之我见
查看>>
个人解读Activity之一
查看>>
实现自定义布局的Notification
查看>>
AlarmManager的学习与实现
查看>>
解读Content Provider之一
查看>>
解读Content Provider之二
查看>>
自定义UI实例
查看>>
推荐一个不错的自定义UI
查看>>
fedora16 设置 gedit软件的默认编码
查看>>
S3C6410 存储器映射
查看>>
Linux 3.3.0移植到S3C6410开发板上之一
查看>>
Busybox支持中文的解决办法
查看>>
Spring中BeanFactory和FactoryBean有什么区别?
查看>>
牛年(2021)的KPI
查看>>
快速识别图片类型
查看>>