Ecommerce platforms
Pertento for BigCommerce
A script tag in the storefront theme covers every page, with sticky assignment across the catalogue and checkout.
One script tag · 0.9 KB · no cookiesAll integrations
On BigCommerce the tag goes into the storefront theme’s head and applies across the catalogue, the product templates and the cart. Variants survive the storefront’s own navigation, and assignment is sticky, so a visitor browsing a dozen product pages sees one consistent version rather than being re-rolled on each one. Headless storefronts are treated as whatever framework they are actually built in.
How it connects
- Add the tag to the storefront theme’s head, ahead of analytics.
- Target by URL pattern so a template change applies to every product in it.
- Forward exposure events to your reporting so revenue can be read per variant.
More in Ecommerce platforms
All integrationsShopifyAdd the script tag to the theme layout and test any storefront page, whether collection, product, cart or checkout-adjacent, without touching Liquid again.How it connectsWooCommerceOne tag in the WordPress header hooks every WooCommerce template, so product, cart and checkout pages are testable without a plugin.How it connectsAdobe CommerceClient-side tests across the storefront, and server-side tests through the SDK where the change belongs in the backend.How it connects