This project aims to develop a domain-specific code to calculate the engagement ratio of Instagram Reels. The engagement ratio is a crucial metric for understanding how users interact with Reels content. This live coding session will focus on analyzing two key metrics to determine this ratio:
- Coverage: The number of views a Reel receives.
- Clicks: The number of user interactions with the Reel.
- Low: 1% or less
- Good: Between 1% and 3.5%
- High: Between 3.5% and 6%
- Very High: 6% or more
- Develop an apps to compute the engagement ratio from given Coverage and Clicks data.
- Implement a classification system to categorize Reels based on their engagement ratio.