diff --git a/ab_test_guest_journey_monitoring.ipynb b/ab_testing/ab_test_guest_journey_monitoring.ipynb similarity index 100% rename from ab_test_guest_journey_monitoring.ipynb rename to ab_testing/ab_test_guest_journey_monitoring.ipynb diff --git a/exposures.yml b/exposures.yml new file mode 100644 index 0000000..18eb91d --- /dev/null +++ b/exposures.yml @@ -0,0 +1,19 @@ +version: 2 + +exposures: + - name: ab_test_guest_journey_monitoring + label: AB Test Guest Journey Monitoring + type: notebook + maturity: medium + path: ab_testing/ab_test_guest_journey_monitoring.ipynb + description: | + + A jupyter notebook that monitors the guest journey for AB testing purposes. + It analyzes the impact of different guest journey variations on key metrics such as conversion rate, payment rate and guest revenue per guest journey. + + depends_on: + - ref('int_core__ab_test_monitoring_guest_journey') + + owner: + name: Joaquin Ossa + email: joaquin.ossa@superhog.com \ No newline at end of file