-
Type:
Story
-
Status: Closed
-
Priority:
Major
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.2.10 DXP FP2, 7.2.10.1 DXP SP1, Master
-
Component/s: Pages > A/B Testing for Content Pages, Segments Editor
-
Epic/Theme:
-
Epic Link:
-
Sprint:SP | Sprint 16 | Jul24 - Aug06, SP | Sprint 17 | Aug07 - Aug21
-
Git Pull Request:
The main goal of this ticket is to provide a new endpoint to be consumed by the Analytics Cloud team.
Analytics Cloud team should be able to change the status of the Experiment in DXP.
To resolve this, the team is going to create a new API:
- POST
/experiments/{experimentId}/status
- Body: next experiment status (CANCELLED, COMPLETED, DRAFT, FINISHED, PAUSED, RUNNING, SCHEDULED)
curl -X POST \ http://localhost:8080/o/segments-asah/v1.0/experiments/371399461347404711/status \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -u 'test@liferay.com:test' \ -d '{"status": "draft"}'
- relates
-
LPS-96783 As a marketer I can run/stop an AB test from DXP
-
- Closed
-
There are no Sub-Tasks for this issue.