This plugin enables you to use Google Content Experiments on your WordPress site.
Author: | Glenn Mulleners (profile at wordpress.org) |
WordPress version required: | 3.4.0 |
WordPress version tested: | 3.8 |
Plugin version: | 1.0.3 |
Added to WordPress repository: | 22-07-2012 |
Last updated: | 14-12-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
Rating, %: | 86 |
Rated by: | 15 |
Plugin URI: | |
Total downloads: | 16 565 |
Active installs: | 200+ |
Click to start download
|
Per August 1, 2012, Google discontinued the used of their splittesting software Google Website Optimizer. Google Analytics now contains a function called Content Experiments which can be used to splittest content on your website. This plugin enables you to use Content Experiments on your WordPress site.
Screenshots
Meta box to insert the experiment code at the post/page edit screen
FAQ
How do I setup a content experiment?
Please see this page.
Error message: ‘Call to undefined function wp_get_theme’
The function wp_get_theme
exists since WordPress 3.4.0. Try to update to the latest version of WordPress and see if that resolves the issue.
Error message: ‘Experiment code missing the cookie domain name declared in tracking code’
The Google Analytics code modifies the cookie domain, but this modification is not present in the experiment code.
You should add some extra code to the code you get from Google.
Example:
In your Google Analytics code there is some code like ['_setDomainName', 'example.com']
. You should add the following code above the experiment code you got from Google:
_udn = “example.com”;
In total, the experiment code you put in the Experiment Code field of the GCE plugin should look like:
_udn = “example.com”;
<!-- Google Analytics Experiment code -->
... Contents of the experiment code ...
<!-- End of Google Analytics Experiment code -->
For more info about error messages go to the Code-Checking Errors page.
ChangeLog
1.0.3
- Tested compatibility with WordPress 3.6
- Fixed some notices of undefined variables
- Updated class-wpe-GCE.php and admin/class-wpe-GCEAdmin.php according to WordPress PHP Coding Standards
- Updated language files
- Updated screenshot
1.0.2
- Updated Genesis support to be compatible with Genesis 2.0 to support HTML5 child themes
- Added metabox to activate the experiment to the Add new post/pages/custom post type screens
- Added support for Infinity
- Added support for Thematic
- Added support for PageLines
1.0.1
- Fixed bug that inserted experiment code when displaying multiple posts (e.g. on category pages)
- Updated Dutch translation
1.0