➡️ View the Dashboard ⬅️
The goal of this project is to create a dashboard similar to Facebook Ads Manager's that can be integrated in into reports or shared on its own. This is to provide teams located in regions that don't have access to Facebook a way to view data from Facebook Ads.
Data has been replaced with dummy data to showcase implementation
- Map overview by U.S. state/territory ☑️
- Mouse overviews that show reach, impressions, CPC, CTR ☑️
- Adjustable color gradient based on reach, impression, CPC, CTR ☑️
- Adjustable viz of audience breakdown by gender ☑️
- Adjustable chart based on reach, impression, CPC, CTR ☑️
- Adjustable viz of audience breakdown by age brackets ☑️
- Adjustable chart based on reach, impression, CPC, CTR ☑️
- tidyverse
- flexdashboard
- maps
- plotly
- leaflet
A. View the dashboard here.
OR
B. Use R to recreate the interactive dashboard with the following instructions:
- Install the packages used in R with the following command:
install.packages(c("tidyverse","flexdashboard","maps","plotly","leaflet"))
- Clone the repository
- Open
dashboard.Rmd
in the project's root folder in Rstudio - Knit
dashboard.Rmd
to generate an interactive dashboard