Marketing

python data analysis concept

Python for Marketers: Searching Facebook ad library

What this is for: Querying Facebook’s ad library for political or issue ads and downloading results to .CSV Requirements: Verified Facebook ID, Facebook developer account, Basic understanding of APIs and Pandas dataframes In 2019, Facebook launched its Ad Library to improve transparency in advertising, allowing anyone to easily search ads that pages are running. While […]

Read More
python data analysis concept

Python for Marketers: Forecasting future seasonal data

What this is for: Forecasting seasonal data Requirements: Python Anaconda distribution, Understanding of statistics and experience with machine learning Concepts covered: Calucating confidence intervals and forecasting future values with pmdarima library Download the Jupyter notebook One of the more helpful applications of data science to marketing is developing forecasts. You can use forecasts to predict […]

Read More

Online reviews admitting a purchase mistake seen as more credible

Online reviewers who admit to making a previous purchase mistake are more likely to be seen as having expertise in that area, according to new research. The study, published in the upcoming Journal of Marketing, sheds some light into how consumers perceive the credibility of online reviewers. Researchers at Yale University and the University of […]

Read More

Imagining a less creepy future for digital marketing

Greater privacy controls will limit how marketers can target ads, so maybe it’s time to rethink some tactics In recent months, platforms have taken several steps toward increasing privacy controls for users and limiting some abilities for marketers. Google announced changes to the Chrome browser that will impact how cookies are shared with advertisers. Facebook […]

Read More

Are mobile reviews more credible? Study examines mobile vs. desktop reviews

New study highlights how device type can influence purchase intention Reviews made by mobile users might be more likely to persuade consumers than reviews from desktop devices. A new study published in the Journal of Marketing Research suggests mobile reviews may have more influence on purchase intention because it requires more effort to leave a […]

Read More
python data analysis concept

Python for Marketers: Do reviews impact click through rate?

What this is for: Exploring correlations between multiple variables Requirements: Python Anaconda distribution, Google My Business or comparable data with multiple variables you want to test, Basic understanding of Pandas dataframe & statistics Concepts covered: Creating a correlation matrix, basic dataframe calculations, scatter plots, exporting charts as PNG Download the entire Python file I’ve always […]

Read More
python data analysis concept

Python for Marketers: Trend data from Google Analytics

What this is for: Identifying basic data trends, Creating future goals based on trends Requirements: Python Anaconda distribution, Google Analytics or comparable data, Basic understanding of Pandas dataframes and Matplotlib Concepts covered: Basic cleaning of data, linear regression, Scatter plot Complete Python file available for download One of the most basic forms of data analysis […]

Read More