{"info":{"license":{"name":"Private"},"title":"Experiences API","version":"0.1.0"},"openapi":"3.0.2","paths":{"/api/v1.0/experience/{unique_id}/analytics":{"get":{"description":"Get detailed campaign analytics from Palantir","operationId":"app.routes.get_campaign_analytics","parameters":[{"description":"Campaign unique_id we collect analytics for","in":"path","name":"unique_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Dictionary with analytics details"}},"summary":"Collect campaign analytics"}},"/api/v1.0/experience/{unique_id}/steps/{step_id}/analytics":{"get":{"description":"Get detailed campaign analytics from Palantir for step","operationId":"app.routes.get_campaign_step_analytics","parameters":[{"description":"Campaign unique_id we collect analytics for","in":"path","name":"unique_id","required":true,"schema":{"type":"string"}},{"description":"Campaign flow step_id we collect analytics for","in":"path","name":"step_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Dictionary with analytics details"}},"summary":"Collect campaign step analytics"}}},"servers":[{"url":"/experiences"}]}
