LoslegenKostenlos loslegen

Ad impressions metrics

An advertising company has developed a new ad to increase users' engagement with their questionnaire. The new ad was shown to a percentage of users in the exposed group and a dummy ad was shown to the control. Consider yourself the Data Analyst responsible for interpreting the results of the test. The first step you decide to take is to define and estimate useful metrics to begin evaluating the success of the marketing initiative.

Use what you've learned in the video to design success metrics and analyze the differences between the two experiment types in the experiment column. The AdSmart Kaggle dataset is loaded for you.

Diese Übung ist Teil des Kurses

A/B Testing in Python

Kurs anzeigen

Interaktive Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

# Filter on users who responded 
AdSmart_Responded = AdSmart[(AdSmart['____'] == ____) ____ (AdSmart['____'] == ____)]
Code bearbeiten und ausführen