Code Monkey home page Code Monkey logo

pricing-test's Introduction

Pricing Test

Goal

Pricing optimization is, non surprisingly, another area where data science can provide huge value.

The goal here is to evaluate whether a pricing test running on the site has been successful. As always, you should focus on user segmentation and provide insights about segments who behave differently as well as any other insights you might find.

Challenge Description

Company XYZ sells a software for $39. Since revenue has been flat for some time, the VP of Product has decided to run a test increasing the price. She hopes that this would increase revenue. In the experiment, 66% of the users have seen the old price ($39), while a random sample of 33% users a higher price ($59).

The test has been running for some time and the VP of Product is interested in understanding how it went and whether it would make sense to increase the price for all the users.

Especially he asked you the following questions:

  • Should the company sell its software for $39 or $59?
  • The VP of Product is interested in having a holistic view into user behavior, especially focusing on actionable insights that might increase conversion rate. What are your main findings looking at the data?
  • [Bonus] The VP of Product feels that the test has been running for too long and he should have been able to get statistically significant results in a shorter time. Do you agree with her intuition? After how many days you would have stopped the test? Please, explain why.

Data

We have two tables downloadable by clicking here. The two tables are: test_results - data about the test Columns:

  • user_id : the Id of the user. Can be joined to user_id in user_table
  • timestamp : the date and time when the user hit for the first time company XYZ
  • webpage. It is in user local time
  • source : marketing channel that led to the user coming to the site. It can be: ads-["google", "facebook", "bing", "yahoo", "other"]. That is, user coming from google ads, yahoo ads, etc. seo - ["google", "facebook", "bing", "yahoo", "other"]. That is, user coming from google search, yahoo, facebook, etc.
  • friend_referral : user coming from a referral link of another user
  • direct_traffic: user coming by directly typing the address of the site on the browser
  • device : user device. Can be mobile or web
  • operative_system : user operative system. Can be: "windows", "linux", "mac" for web, and "android", "iOS" for mobile. Other if it is none of the above test: whether the user was in the test (i.e. 1 -> higher price) or in control (0 -> old/lower price)
  • price : the price the user sees. It should match test
  • converted : whether the user converted (i.e. 1 -> bought the software) or not (0 -> left the site without buying it).

user_table - Information about the user Columns:

  • user_id : the Id of the user. Can be joined to user_id in test_results table
  • city : the city where the user is located. Comes from the user ip address
  • country : in which country the city is located
  • lat : city latitude - should match user city
  • long : city longitude - should match user city

pricing-test's People

Contributors

rebeccak1 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

hongxuu sqin2013

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.