This repo is a supplement to Harvard Business School Exercise Case: "Full-Funnel Advertising on TikTok: An Experiment".
It contains two notebooks that simulate and analyze a full-funnel advertising experiment.
The data is illustrative in nature and may not correspond to TikTok’s actual circumstances.
Main case: https://hbsp.harvard.edu/product/525065-PDF-ENG
Exercise case: https://hbsp.harvard.edu/product/525066-PDF-ENG
- Contains Python code to simulate experimental data for various ad campaigns.
- Simulation parameters can be modified by instructors as needed.
- Uses R to analyze the simulated data generated in the simulation notebook.
- Intended for students to analyze the data without access to the simulation logic.
- Can be shared with students afterward as a solution reference.
- Instructors: Should have access to both
simulation.ipynbandanalysis.ipynb. - Students: Should only receive the simulated dataset initially. The
analysis.ipynbcan be shared later as the official solution.