GoalCampaign

Get experiments impacted by a goal

Returns a paginated list of experiments that are linked to the specified goal, along with per-variation impact data (visitors, conversions, revenue, and improvement rate). Use the impact field to filter results to experiments where the goal had a POSITIVE, NEGATIVE, or NEUTRAL effect. Navigate pages using the cursor and nextCursor fields.

post/goal-campaign/experiments

Request body

goalIdinteger required

ID of the goal to retrieve experiment impact data for.

impact'POSITIVE' | 'NEGATIVE' | 'NEUTRAL'

Filter results by the direction of the goal's impact on the experiment. Omit to return all experiments regardless of impact direction.

cursorstring

Cursor from a previous response's nextCursor field. Omit to start from the first page.

pageSizeinteger

Number of results per page. Defaults to 20 if omitted.

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.