Professional certificate consisting of an 8-course series to build in-demand skills, gain career credentials, and experience
7 months approximate course period, learning data analytics and it's applications in marketing
The Importance of Analytics in Marketing
Introduction to the Facebook Marketing Analytics Certificate program
The role of a marketer
The role of a marketer, basic marketing principles
The use of analytics in marketing
Uses of marketing analytics, data in future of marketing
Analytics in marketing: application
Analytics for marketing, finding audience
Planning and forecasting, evaluating advertising effectiveness
Optimizing sales funnel and marketing strategy
Marketing Data Sources
What data do marketers use?
Online and offline behavior data, sampled vs. non-sampled data
First-party, second-party and third-party data, marketing dataset sources
Sources of digital data
Sources of digital data, data from online interactions
Use of Browser Cookies, Tags or Pixels, mobile SDKs, APIs, and UIDs
Collecting data for marketing: application
Implementing the Facebook Pixel, SDK and API
Marketing measurement and Analytics Tools
Analyzing and visualizing data
Measurement and analytics tools, spreadsheets & visualization tools
Tools to evaluate digital data
Digital & website data evaluation tools, web measurement terminology
Google Analytics data evaluations, GA demo account
Tools for evaluating marketing success
Facebook Ads Manager, Google Ads reports, other common platforms
Data and Privacy
Data and privacy from the consumer perspective
Consumer data for online experience, data collection settings in Facebook
Data and privacy from the advertiser perspective
Responsible data collection and ownership in advertising ecosystem
Protection and regulations
Need for data protection and regulations to protect user data, industry organizations and privacy
Working with Data
Introduction to the program
What is data analytics
Data analytics vs. data science, data analyst's work
The OSEMN framework
OSEMN framework tool, starting with a goal and understanding KPIs, OSEMN example
Obtaining and Scrubbing Data
Obtaining data
Common data formats, sampled data, first and third party data
Validity of data sources, free data sources
Scrubbing data
Remove duplicates, missing or wrong values, and formatting records
Example obtaining and scrubbing data
Real world example, data obtaining & scrubbing case studies
 Exploring and Modeling Data
Exploring data
Understanding data, creating visualizations
Examining data distributions & relationships
Modeling data
Predictions with data modeling, working of data models, different types
Example: exploring and modeling data
Real world example, data exploring & modeling case studies
 Interpreting Data
Interpreting data
Common data formats, sampled data, first and third party data
Validity of data sources, free data sources
Storytelling with data
Remove duplicates, missing or wrong values, and formatting records
Application: using the OSEMN framework
Practical example - data study for effect of childcare, on number of female workers and gender pay gap
data overview, step wise obtaining, scrubbing, exploring, modeling & interpreting data
Peer-graded Assignment
Applying OSEMN
(scroll over image to view all pages [13] / open in new tab)
Working with Data in Spreadsheets
Introduction to the program
Spreadsheet fundamentals
Spreadsheets features and use, commonly used tools
The OSEMN framework and spreadsheets
OSEMN recap, using spreadsheets for data analysis
Data Analysis with Spreadsheets
Scrubbing data
Accessing, labeling, filtering, sorting, cleaning, & formatting data
Exploring data
Sheet functions: total, average, median, minimum & maximum, evaluating correlations
Exploring data visually
Comparing variables with charts, evaluating trends, inspecting relationships between variables
Scrubbing, exploring, & visualizing data in Google Sheets
Modeling data with spreadsheets
Modeling using spreadsheet functions, limitations and example
 Extracting Data with SQL
SQL fundamentals
SQL uses, examples, using SQL in Google Sheets
Writing SQL queries
Practice: SELECT statements, AND, OR, and WHERE clauses, ORDER BY and LIMIT clauses, writing SQL queries
Functions in SQL
Practice: writing Arithmetic, Aggregate, & Group by functions in SQL, extracting data with SQL
Data Visualization
The power of data visualization
Need for visualization, different tools, common chart types
Data visualization in Google Sheets
Practice: bar charts, pie charts, trend chart/lines, & scatter Plots
Data visualization with Tableau
Tableau Public installation, account setup, interface
Practice: connecting data, creating first chart, creating complex charts
Creating Dashboards
Summarizing data with dashboards
Power of dashboards for summarizing data of business goals
Creating dashboards with Tableau
Tableau: designing, building, & adding interactivity to a dashboard
Storytelling with data visualization
Data visualizations with storytelling, crafting a story, do's and don'ts
In practice: data analysis with spreadsheets
Spreadsheet data analysis assignment
Practice Assignment
Create a Dashboard
Peer-graded Assignment
Data Analysis with Spreadsheets
(scroll over sheets and click on tabs [] / open in new tab)
Introduction to Python
Introduction to the program
Why a programming language for data analysis
Data analysis with OSEMN framework, why Python
Introducing Python with Jupyter Notebooks
Basics of using Jupyter Notebook, notebook example on Coursera
Python concepts: variables
Variable meaning, variable types, working with types in Python
Python concepts: data structures
Using lists, tuples & dictionaries, other data structures
Python concepts: conditional statements
Using booleans & conditional statements
Python concepts: control flow with iteration
Using for loops, iterators, & control flow with data structures
Python concepts: control flow with functions
Built-in Python functions, common functions, writing functions
Obtaining and Scrubbing Data with Pandas
Introduction to libraries in Python
Loading data with Pandas
Obtaining - Pandas series & dataframes, selective subsets
Scrubbing : cleaning data with pandas
Removing data, modifying & replacing values
Exploring Data with Python
Introduction to exploratory analysis
Exploration with Pandas
Exploring related to scrubbing, basic statistics, filtering data
Exploratory visualization
Purpose of visualizations, use for exploration
Types of exploratory visualizations: distributions, category, relationship, and plot/chart examples
Using Pandas, Matplotlib, & Seaborn to create visualizations
Assignment Practice