make deps
make dev-depsmake run-infra-background❗
dockeranddocker-composeshould be installed on the host machine.
make migrate-scenario-(1st|2nd)make run-scenario-(1st|2nd)make format
make lintmake test
# or
make test-with-coverage- Data deduplication decision has been taken based on the data analysis done in here.
- The decision of keeping the last duplicate event has been taken.
click_through_ratehas been calculated based on a 30 min time window check where the presence of aReferralPageLoadevent is checked before firing of theReferralRecommendClickevent.- Belonging to the same customer and user.
- Data deduplication has been discarded and consequently each event has been processed.
- The same
click_through_rateassumptions has been applied.
📝 The presence of various duplicate events and the way they are treated by the 2 scenarios has resulted in different numbers for
page_loadsnumbers.