

The A/B Tests dashboard — running tests, visitor/conversion totals against your plan limit, and confidence at a glance.
Spliteezy picks the variant on the server before the page loads — so visitors never see a flash of the wrong content, and every variant lives at the same URL.
Most A/B testing tools swap content using JavaScript after the page has already started rendering. That causes a brief “flash” of the original before the variant snaps in. Others create separate URLs for each variant, which introduces duplicate content risks and leaves behind 404s when a test ends.
Spliteezy works differently:
wp_head, so the correct version is served from the very first byte.window.Spliteezy.trackEvent().Spliteezy is a hosted service. A free plan is available with no credit card required. See spliteezy.com/pricing for current plan details.
The plugin admin dashboard (assets/js/dashboard.js) is compiled from a React/Vite source project. The full source is available at https://github.com/linebloc/spliteezy-plugin under the same GPL-2.0-or-later license.
This plugin connects to the Spliteezy hosted service at https://spliteezy.com to provide its core functionality. By using this plugin you are agreeing to the Spliteezy Terms of Service and Privacy Policy.
When the plugin contacts spliteezy.com:
Data transmitted to spliteezy.com:
No IP addresses, names, email addresses, or other personally identifying information are transmitted from the plugin to the Spliteezy API.
When a test includes a Video Play goal, the plugin also loads third-party scripts conditionally:
https://www.youtube.com/iframe_api — loaded only when a YouTube iframe is present on the page and a video-play goal is active.https://player.vimeo.com/api/player.js — loaded only when a Vimeo iframe is present on the page and a video-play goal is active.These scripts are subject to YouTube’s (Terms / Privacy Policy) and Vimeo’s (Terms / Privacy Policy) respectively.
When a visitor arrives on a page with an active A/B test, Spliteezy sets a first-party cookie named spliteezy_vid containing a random anonymous visitor ID. This cookie:
SameSite=Lax and is set as Secure on HTTPS websites.The cookie is used solely to assign the same visitor to the same variant on repeat visits (stable assignment).
In the “Cache per variant” delivery mode, one additional first-party cookie per active test (named eezy_v_ followed by the test ID, scoped to the tested page’s path) remembers the visitor’s assigned variant. It contains only a variant number, follows the same SameSite/Secure rules, and expires after 1 year.
The following data is sent to the Spliteezy API (https://spliteezy.com):
spliteezy_vid visitor ID.No IP addresses, names, email addresses, or other personally identifying information are included in these transmissions.
If your visitors are located in the EU or other regions governed by privacy regulations (GDPR, ePrivacy, CCPA, LGPD, etc.) you are responsible for disclosing this data collection in your website’s Privacy Policy and, where applicable, obtaining visitor consent before Spliteezy runs.
Spliteezy does not provide a built-in consent mechanism — use a consent management tool to conditionally load the plugin based on visitor consent if required.