Git Product home page Git Product logo

mobile-game-ab-testing's Introduction

Mobile Game AB test analysis

In this study, we aim to analyze user data for a mobile game. As players progress through the levels of the game, they will occasionally encounter gates that force them to wait a non-trivial amount of time or make an in-app purchase to progress. In addition to driving in-app purchases, these gates serve the important purpose of giving players an enforced break from playing the game, hopefully resulting in that the player's enjoyment of the game being increased and prolonged.

In this study, we analyze an AB test where in the control version the gate is placed at level 30 and in the variant version the gate is placed at level 40. The goal is to analyze the impact of the gate level on player retention.

Requirements and Installation

Requirements:

  • pyenv with Python: 3.11.1

Environment:

For installing the virtual environment you can either use the Makefile and run make setup in a terminal window within the project folder or install it manually using the following commands:

pyenv local 3.11.1
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

About this repo

In this repository you will find:

  • Makefile : file for installation of virtual environment
  • requirements.txt : requirements file for installation
  • ab_test_analysis.ipynb : Python Jupyter notebook with AB test analysis

Conclusion

The AB test analysis indicates that there is strong evidence that the 7-day retention rate is higher when the gate is at level 30 than when it is at level 40.

Therefore, if we want to keep retention high โ€” both 1-day and 7-day retention โ€” we should not move the gate from level 30 to level 40.

mobile-game-ab-testing's People

Contributors

suleenwong avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.