Tool tree
Run A/B tests on your WordPress site in minutes. See which page version gets more conversions. No developer, no code changes. Start testing free for 7 days.
page: Every page
get_experimentsAnswer
List A/B experiments in Sigmize
View tool JSON
{
"name": "get_experiments",
"kind": "answer",
"impl": "imperative",
"description": "List A/B experiments in Sigmize",
"inputSchema": {
"type": "object",
"properties": {
"status": {
"type": "string",
"description": "Filter by status: running, paused, completed"
},
"limit": {
"type": "number",
"description": "Max results"
}
}
},
"page": "/"
}get_experiment_resultsAnswer
Get conversion results and statistical significance for an experiment
View tool JSON
{
"name": "get_experiment_results",
"kind": "answer",
"impl": "imperative",
"description": "Get conversion results and statistical significance for an experiment",
"inputSchema": {
"type": "object",
"properties": {
"experiment_id": {
"type": "string",
"description": "Experiment ID"
}
},
"required": [
"experiment_id"
]
},
"page": "/"
}get_heatmapAnswer
Get heatmap data for a tracked page
View tool JSON
{
"name": "get_heatmap",
"kind": "answer",
"impl": "imperative",
"description": "Get heatmap data for a tracked page",
"inputSchema": {
"type": "object",
"properties": {
"page_url": {
"type": "string",
"description": "URL of the page"
},
"device": {
"type": "string",
"description": "desktop, tablet, or mobile"
}
}
},
"page": "/"
}get_session_recordingsAnswer
List anonymized session recordings
View tool JSON
{
"name": "get_session_recordings",
"kind": "answer",
"impl": "imperative",
"description": "List anonymized session recordings",
"inputSchema": {
"type": "object",
"properties": {
"experiment_id": {
"type": "string",
"description": "Optional experiment filter"
},
"limit": {
"type": "number",
"description": "Max recordings"
}
}
},
"page": "/"
}get_form_submissionsAnswer
Get tracked form submission data
View tool JSON
{
"name": "get_form_submissions",
"kind": "answer",
"impl": "imperative",
"description": "Get tracked form submission data",
"inputSchema": {
"type": "object",
"properties": {
"form_id": {
"type": "string",
"description": "Form ID"
},
"experiment_id": {
"type": "string",
"description": "Optional experiment filter"
}
}
},
"page": "/"
}