Headless and composable
Pertento for Saleor
GraphQL-first, so the storefront takes the tag and the SDK covers anything resolved before the query returns.
One script tag · 0.9 KB · no cookiesAll integrations
Saleor is a GraphQL API with a storefront in front of it, and the storefront is what Pertento attaches to: one tag in the head, covering every route the front end renders. Experiments that change presentation are built visually against the live storefront. Experiments that change what a query resolves belong on the other side of the API, where the SDK is called from your own resolvers or services and reads the same assignment as the tag.
How it connects
- Add the tag to the head of the storefront application.
- Use the SDK where the experiment changes what a query returns.
- Pass one visitor identifier to both, so a visitor is not split twice.
More in Headless and composable
All integrations