內容簡介
讓您可以快速簡便地在您的網站上設置分割測試(split tests),或進行樣式更改測試,並測試哪種方式最為適合。
WordPress 分割測試外掛 – MVTS
本外掛提供易於配置 WordPress 網站上分割測試的介面。
定義測試群組、處理訪問之間的一致性以及將結果發送到分析平台都由本外掛負責。
安裝、啟用及基本使用方法
下載此外掛,解壓縮並上傳該資料夾至您的 wp-content/plugins 目錄。
造訪您 WordPress 儀表板中的外掛頁面,啟用此外掛。
進入側邊欄的新 ‘MVTS’ 標籤並填寫您的測試詳情。
使用外掛
此外掛需要填寫一些細節才能正常運作。
測試名稱 – 此名稱會報告給 GA (Google Analytics),讓您可以隔離測試結果。
您要測試的元素目標選擇器 – 這是 CSS class 或 id。
要執行的測試類型 – 此外掛提供樣式測試或內容測試。
進階使用者歡迎鏈接其目標選擇器。例如: #main_box .content.post > p
樣式測試
樣式測試是通過更改元素的 CSS 樣式進行的。本外掛提供了一些預定義的 CSS 選項,例如顏色、邊距和字體大小。
選擇您希望變更的項目,然後輸入要變更的值 (這些值是您通過 CSS 指定的相同值)。
TODO: 增加添加自己的樣式規則的功能。
TODO: 增加添加/移除 CSS 類的能力。
內容測試
內容測試會改變您想要測試的元素中的所有內容。當您想要測試不同的呼籲用語或按鈕文字時,這非常有用。
只需輸入您要將內容更改為的內容。
版本記錄
版本 0.2.2:
提高客戶端偵測 Google Analytics 追蹤器對象的效能
版本 0.2:
新增運行基於內容的更改的能力 – 更改按鈕中的文字、網站 slogen 或整個標記塊
提高資料驗證的效能
略有改進的介面
2 個修補不安全的 html 錯誤
如果有輸入單引號,不安全的 html 會造成管理頁面破壞佈局
** excaped html 將導致 JavaScript 測試代碼在內容測試期間失敗
版本 0.1:
第一個可用版本
測試的能力
版本 0.0.1
外掛創建
外掛標籤
開發者團隊
原文外掛簡介
Allows you to quickly and easily set up split tests on your sites content or make style changes and test which works best.
WordPress Split Testing Plugin – MVTS
This plugin provides an interface to easily configure split tests on your WordPress site.
Defining the test group, handling consistency between visits and sending the results to an analytics platform is taken care of.
Instalation, Activation, Basic Usage
Download the plugin, unzip it and upload the folder to your wp-content/plugins directory.
Visit the plugins page in your WordPress Dashboard and activate the plugin.
Go to the new ‘MVTS’ tab in the sidebar and fill in your test details.
Using the Plugin
The plugin needs a few details filled in to work correctly.
A Name for the test – this gets reported to GA so you can isolate test results.
The target selector of the element your testing – this is the CSS class or id.
The type of test to run – the plugin offers style tests or content tests.
More advanced users are welcome to chain their target selector. For example: #main_box .content.post > p
Style Tests
Style tests are performed by making changes to the CSS styles of the element. The plugin offers some pre-defined css options such as colors, margins and font-sizes.
Select your desired change and enter the value to change it to (the values are the same values you would specify via CSS).
TODO: ADD ABILITY TO ADD OWN STYLE RULES.
TODO: ADD ABILITY TO ADD/REMOVE CSS CLASSES
Content Tests
A content test essentially changes EVERYTHING within the element that you are wanting to test. This is extremely useful when you want to test different Call To Action phrases or Button Text.
Simply enter what you want to change the content to.
Version Log
Version 0.2.2:
Improved client side detection of the Google Analytics Tracker object
Version 0.2:
Added ability to run content based changes – change text in buttons, taglines or whole chunks of markup
Improved validation on the data
Slightly improved interface
2 bugfixes with unescaped (and escaped) html
unescaped html would cause admin page to break layout if single quotes were entered
** excaped html would cause the JavaScript test code to fail during content tests
Version 0.1:
First functional version
Ability to test
Version 0.0.1
Plugin Creation
