Ecommerce platforms
Pertento for Adobe Commerce
Client-side tests across the storefront, and server-side tests through the SDK where the change belongs in the backend.
One script tag · 0.9 KB · no cookiesAll integrations
Adobe Commerce stores are usually large enough that the interesting experiments are not copy changes. They are search ranking, promotion logic and checkout flow. Pertento covers both halves: the script tag handles anything visible in the rendered page, and the SDK is called from your own code when the decision has to be made before the response is built. Assignment is shared between the two, so one visitor is one visitor whichever path they arrive on.
How it connects
- Install the tag in the storefront layout so it loads before the page paints.
- Call the SDK from the backend for tests that change what the API returns.
- Pass one stable visitor identifier to both, or the split will drift apart.
More in Ecommerce platforms
All integrations