Integrations
Pleras generates A/B test code that runs on top of your existing site. The way that code reaches the page depends on which testing platform you use. These guides cover the deployment options, trade-offs, and any platform-specific nuances. For the underlying code structure, see the Developer Guide.
Client-side A/B testing tools
Tools that run in the visitor's browser, applying variants by injecting JavaScript and CSS after the page loads. Pleras code drops in as the variant payload. All of the platforms below work with Pleras today — written guides for each are on the way. In the meantime, get in touch if you'd like a walkthrough.
Optimizely Web Experimentation. Pleras code is added as the variation's custom code.
Visual Website Optimizer. Pleras code is added through the VWO custom code editor on the variation.
Pleras code is placed in the variation's JavaScript editor.
Pleras code runs as the variation's custom JavaScript.
Pleras code is added to the variation's JavaScript block.
Server-side and feature testing tools
Feature flag and experimentation platforms that bucket users at the server, edge, or framework layer. Pleras code is gated on the platform's variant flag and deployed via your theme, tag manager, or app code.
Pleras code is wrapped in an ldClient.variation check.
Pleras code is gated on a Statsig experiment or feature gate.
Pleras code runs inside a GrowthBook experiment variant.
Pleras code is gated on an Eppo assignment.
Pleras code runs when the Split treatment matches the variant.
Pleras code is gated on a PostHog feature flag or experiment.
Shopify-specific testing tools
Shopify-native A/B testing platforms that serve real templates, themes, or theme code rather than injecting variants client-side after the page loads.
Template, theme, URL redirect, JavaScript API, and price tests. Three deployment options depending on who owns the variant.
Read the guideProfit optimisation testing for Shopify, including price, shipping, and content tests. Works with Pleras today — guide on the way.
Shopify-focused experimentation and personalisation with a visual editor.
Using a different tool?
Pleras works with most A/B testing and feature flag platforms — anywhere you can run custom JavaScript on the variant. If your tool isn't listed above, get in touch and we'll walk through the setup with you and write up a guide for it.