One experiment with every page in it and how each arm moved.
One experiment with every page in it and how each arm moved.
GET
https://app.softsolz.uk/api/v1/services/seo/experiments/{experiment_id}Recent Requests
Log in to see full request historyTimeStatusUser Agent
Make a request to see history.
Path Params
experiment_idstringrequiredHeaders
AuthorizationstringrequiredBearer token: `Bearer sk_live_...` (or `sk_test_...` for sandbox). A login token will not work here.
Response
Response Body
experimentobjectOne change you are measuring.unitsarray of objectsChanged pages first.significancenumberThe p-value a result must beat to be called a win or a loss.notestringWhat this design can and cannot show.Request
import { SoftSolz } from '@softsolz/sdk';
const client = new SoftSolz({ apiKey: process.env.SOFTSOLZ_API_KEY });
const result = await client.seo.getExperiment('<experiment_id>');console.log(result);Credentials
Sent as a Bearer token. Stored only in your browser.
Response · 200
{ "data": { "experiment": {}, "units": [], "significance": 0, "note": "string" }}