Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

SES Theme Split Test

Опис

This plugin lets you set up two different templates with differences that you think might increase conversions, serve these different templates up to users, and track their activity using custom segments in Google Analytics.

Alternatively you can use it to “choose” a particular theme by setting a URL parameter so you can experiment using different themes yourself (Particularly useful when developing your “split” themes!

Скріншоти

  • Screenshot showing wordpress settings screen
  • Screenshot showing resulting Google Analytics data

Встановлення

You Must already be tracking visitors through Google Analytics – if you don’t already do this, then we recommend the Google Analytics For WordPress plugin which we know works with this plugin – although any other Google Analytics plugins should also work.

  1. Upload the Plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Set up different themes to test
  4. Choose the themes to test in the Plugin settings (Settings » SES Theme Split Test in the WordPress admin area)
  5. Set up custom segments in Google Analytics

For more info see the detailed instructions

Часті питання

How do I see my site with a particular theme?

Just go to http://www.yoursite.com/?wp_splittest_force=themefolder

I forced myself to get a fixed theme – how do I swap back?

Simple – go to http://www.yoursite.com/?wp_splittest_reset

Isn’t this the same as Google Website Optimizer?

No – this lets you split test whole themes rather than content changes, e.g. navigation on the let versus navigation on the right

How can I tell if the tracking is taking place?

Check the source of your webpage for a line that looks like this:

<script type="text/javascript">pageTracker._setVar("irresistible");</script>
The tracking line isn’t being added to my page – why not?

Make sure all of your themes call wp_footer() in the footer

Does this work with the new-style Google Analytics code

Yes, it works with either old-style (pageTracker) or new-style (_gaq) analytics code

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“SES Theme Split Test” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “SES Theme Split Test” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.4

  • Fix some warnings introduced by 1.3

1.3

  • Support for child themes

1.2

  • Minor update – fix some usages of deprecated functions

1.1

  • Fixes for PHP installs where short_open_tag is off

0.3

  • Support new-style google analytics tracking (Thanks to Moyo)

0.2

  • Update WordPress compatability tag

0.1

  • Initial Release