owox – Machine learning in digital marketing: Examples of use cases | OWOX BIEstimated Reading Time: just 11 min

As reported on owox:

Downloads

1.19 Mb

A couple of decades ago, the first thing that came to mind when you heard the words “artificial intelligence” was likely the rise of the machines and the Terminator with a sawed-off shotgun. Today, this term has rather positive associations. Almost everyone encounters machine learning in ordinary life. For example, you might communicate with a chatbot on a website, be shown promotional offers that correspond to your hobbies, or set up a spam filter in your email service.

For marketers, machine learning is an opportunity to quickly make crucial decisions based on big data. In this article, we’ll talk about what decisions you can make based on big data.

Table of contents

What is machine learning?

Let’s start with a little terminology. According to Wikipedia, machine learning (ML) is a class of artificial intelligence methods characterized by their not providing direct solutions to problems but rather training systems to apply solutions.

There are many methods of machine learning, but they can roughly be divided into two groups: learning with a teacher and learning without a teacher.

In the case of learning with a teacher, a person supplies the machine with initial data in the form of situation–solution pairs. The machine learning system then analyzes these pairs and learns to classify situations based on known solutions. For example, a system can learn when to mark incoming messages as spam.

In the case of learning without a teacher, the machine receives unsorted information — situations — without solutions and learns to classify those situations based on similar or different signs without human guidance.

Machine learning in online marketing

Marketers use machine learning to find patterns in user activities on a website. This helps them predict the further behavior of users and quickly optimize advertising offers.

What is the potential of behavioral data?

In psychology, a pattern is a particular set of behavioral reactions or a common sequence of actions. Therefore, we can talk about patterns with regard to any area where people use templates (which is most areas of life).

Consider the example of a pattern used on websites. If the user isn’t interested in the offer in the pop-up window shown below, they can close this window by:

clicking on the X signclicking No thanksclicking anywhere on the site that’s outside the pop-up window.
In addition to these three actions the user can take, the pop-up window will close on its own after a certain period of time.

So we get four possible user actions:

Click X — Can be true/falseClick No thanks — Can be true/falseClick past the pop-up — Can be true/falsePop-up viewing time is 5 seconds
When hundreds of such parameters are collected, the collected data gains value because it contains patterns of behavior and dependencies. It hides the enormous potential of behavioral data, allowing us to supplement user data with the missing parameters based on the data we already have for other users.

For example, the simplest way to define a target audience is by gender and age. But what if users fill out this data only in 10% of cases? How can you understand how many of your website users fall into your target audience? Patterns of behavior can help.

You can use gender and age data from 10% of users to determine patterns specific to a particular gender and age. Then you can use these patterns to predict the gender and age of the remaining 90% of users.

Having complete data about gender and age, you can now make personalized offers to all website visitors.

Why machine learning is effective in marketing

The role of machine learning in marketing is to allow you to quickly make decisions based on big data.

The algorithm for the work of marketers is as follows: Marketers create hypotheses, test them, evaluate them, and analyze them. This work is long and labor-intensive, and sometimes the results are incorrect because information changes every second.

For example, to evaluate 20 advertising campaigns considering 10 behavioral parameters for five different segments, a marketer will need about four hours. If such an analysis is carried out every day, then the marketer will spend precisely half their time assessing the quality of campaigns. When machine learning is used, evaluation takes minutes, and the number of segments and behavior parameters is unlimited.

With machine learning, you can respond faster to changes in the quality of traffic brought by advertising campaigns. As a result, you can devote more time to creating hypotheses rather than to carrying out routine actions.

The value of your results depends on the relevance of the data on which the analysis was conducted. As data becomes obsolete, its value decreases. A person simply can’t process the volumes of information that are collected every minute by analytical systems. Machine learning systems can process hundreds of requests, organize them, and provide results in the form of a ready answer to a question.

Key benefits of machine learning in marketing:

Improves the quality of data analysisEnables you to analyze more data in less timeAdapts to changes and new dataAllows you to automate marketing processes and avoid routine workDoes all of the above quickly

Examples of machine learning in marketing

1. Recommendation systems

The essence of a recommendation system is to offer customers products they’re interested in at the moment.

What a recommendation system predicts: Goods that a customer is likely to buy.

How this data is used: To generate email and push notifications as well as “Recommended products” and “Similar products” blocks on a website.

Result: Users see personalized offers, increasing the likelihood of their making a purchase.

Common algorithms for this purpose: K-means clustering.

2. Forecast targeting

In general, the essence of all types of targeting is to spend the advertising budget only on target users.

Most used types of targeting:

Segment targeting — Show ads to groups of users with the same set of attributesTrigger targeting — Show ads to users after they take a certain action (for example, viewing a product or adding an item to the shopping cart)There’s also predictive targeting, in which you show ads to users based on the likelihood of their making a purchase.

The main difference between these types of targeting is that predictive targeting uses all possible combinations of tens or hundreds of user parameters with all possible values. All other types of targeting rely on a limited number of parameters with certain ranges of values.

What forecast targeting predicts: The probability that a user will make a purchase in n days.

How this data is used:

Example 1: To launch advertising campaigns. For this purpose, create segments based on the probability of a purchase and upload those segments to Google Ads, Facebook Ads, and other advertising systems.

By the way, OWOX BI can automatically import audiences from Google BigQuery into advertising services. This allows you to automatically create, update, and upload audiences to ad services. Manage data-based bids, boost ROI and conversions, and save your advertising budget!

Example 2: To analyze the effectiveness of advertising campaigns. For this purpose, create segments based on the probability of a purchase and upload those segments to Google Analytics and use them to analyze the effectiveness of advertising campaigns (which campaign leads to the most conversions).

Result: Advertising is shown to a more targeted audience, increasing the effectiveness of campaigns.

Common algorithms for this purpose: XGBoost, CATBoost, Decision Tree (if little data is available or few patterns are evident).

3. LTV forecasting

The best-known methods of calculating lifetime value, or LTV, are based on knowledge of the total profit from a customer and the time for which the customer has been interacting with the business. However, many modern business tasks require you to calculate LTV even before a customer leaves. In this case, the only solution is to predict LTV based on available data.

Learn how to calculate LTV, why this indicator is important for your sales, and how to improve it with OWOX BI.

What LTV forecasting predicts: The LTV of each user by segment.

How this data is used:

Segments are loaded into push notification or email services and used for mailing to reduce customer outflows (the churn rate).Segments are uploaded to Google Analytics and used to analyze the effectiveness of advertising campaigns based on predicted LTV.
Result: The advertising budget per user is determined based on LTV, which improves the effectiveness of campaigns.

Common algorithms for this purpose: XGBoost, SVM, Random Forest, Logistic Regression.

4. Churn rate forecasting

In marketing, the concept of churn or outflow refers to customers who have left the company and the associated loss of revenue and is usually expressed in percentage or monetary terms.

Churn rate forecasting allows you to respond to a customer’s intention to abandon your product or service before they actually do.

What churn rate forecasting predicts: The probability of users leaving by user segment

How this data is used: Segments can be uploaded to email or push notification services as well as to Google Ads, Facebook Ads, and other advertising systems. You can also pass this information to the retention department so they can personally reach out to customers with a high probability of leaving.

Result: Retain customers.

Common algorithms for this purpose: SVM, Logistic Regression, and other classification algorithms.

How OWOX BI uses machine learning

OWOX BI Insights

The AI algorithm in OWOX BI analyzes your marketing results, compares it with market data, and shows where your growth zones and risks are. It also forecasts the implementation of your annual plan so you can quickly change your marketing strategy.

Channel capacity and market trends are knowledge that a business cannot obtain on its own. Lucky for you, the machine learning model in OWOX BI Insights takes into account data from tens of thousands of projects to make accurate predictions. This gives businesses confidence in recommendations to redistribute their advertising budgets, as these recommendations are based on sessions for a particular site. They also take into account market trends, channel capacity, granular advertising costs, and media advertising impressions at the upper stages of the funnel.

Learn why you should build forecasts and how to find growth zones and risks in order to always be a step ahead of your competitors.

OWOX BI machine learning funnel based attribution

The OWOX BI attribution model assesses the effectiveness of your advertising campaigns, considering the contribution of each channel to the customer’s promotion through the conversion funnel. With this model, you’ll be able to fairly allocate your advertising budget, taking into account the real contribution of channels to conversions and their mutual influence.

Learn more about the benefits and attributes of OWOX BI.

Model calculation in OWOX BI is based on Markov chains and machine learning. A Markov chain is a probabilistic model that, through calculating the probabilities of transitions between steps of the funnel, allows you to evaluate the mutual influence of steps on conversions and find out which steps are the most significant.

If you want to see how OWOX BI attribution works, sign up for a demo. Our colleagues will show you real examples of how to apply attribution and demonstrate how it can be useful for your business.

Our clients
grow

22%

faster

Grow faster by measuring what works best in your marketing

Analyze your marketing efficiency, find the growth areas, increase ROI

Get demo

Machine learning in attribution

Why is machine learning needed and how does it help you solve the attribution problem? This is a topic for a separate article (which we’re already preparing).

In this article, let’s figure out at what level decisions are made using attribution. We’ll compare these levels based on several criteria:

The level itselfKey decision-makersTypes of decisions madeTools usedAttribution models most often employed
Levels at which attribution-based decisions are made:

1. Vision. A company’s vision is formed by its board of directors, CEO, and marketing director. Vision-level decisions are associated with investments in the brand and balancing budgets between online and offline. The tools used to make such decisions are market research and consultants. There’s rarely a place for classical data-based attribution models, since the data on which decisions are based is not digitized enough.
2. Strategic. Strategic decisions are made monthly, as a rule, by marketing and ecommerce directors. These decisions are devoted to the allocation of the budget between channels and the definition of the top-level KPI. The tools that help in making strategic decisions are Visual IQ, OWOX BI, or casual models. Here, the business uses data-driven attribution, variations on the theme of the Shapley value and Markov chains, or funnel based attribution. At this level, it’s important to understand the mutual influence of channels and make strategic decisions on their development.

Compare the pros and cons of the best-known attribution models, from standard models to Google Analytics, Markov chains, and the Shapley value.

3. Tactical. Usually, tactical decisions are made weekly or even more frequently by the manager of paid traffic acquisition. Budget allocation occurs between campaigns and ad sets, and decisions are aimed at clarifying KPI and campaign goals. For making tactical decisions, you can use Google Sheets or OWOX BI. Often at this level, specialists work with Google Analytics. For assessing the impact of media advertising, most attribution models use associated conversions, time decay, and post-view.

The peculiarity of this stage is that the budget for a channel has already been allocated. So at this point, it’s important to understand what campaigns to spend it on, control the results, and quickly turn off inefficient campaigns.

4. Execution. This is when the decision to evaluate the contribution of a particular announcement or keyword occurs in close to real time. Such decisions are typically made inside advertising services (Google Ads, Facebook Ads). In fact, the customer doesn’t care what optimization mechanisms are used here, as they look at the results of each service separately.

As you can see, machine learning is most useful for strategic and tactical tasks. Sometimes it’s also applied at the execution level, but the general trend is that advertising systems develop fast and have a lot of data. The internal algorithms used in these systems to manage advertising campaigns produce better results than an external model based on machine learning.

The reason is that in order to apply machine learning, it’s necessary to export large amounts of data from the advertising service quickly and then quickly import results back. Technically, this is a difficult task to solve on an industrial scale. Therefore, at the execution level, marketers tend to rely on internal algorithms for optimizing advertising services.

To use machine learning to solve tactical and strategic problems, you need to ensure the completeness of your data. You can do this with OWOX BI. OWOX combines your data from your website, advertising services, and CRM so you can create a funnel that takes into account the peculiarities and efforts of your business and is aimed at attracting customers and growing sales.

Our clients
grow

22%

faster

Grow faster by measuring what works best in your marketing

Analyze your marketing efficiency, find the growth areas, increase ROI

Get demo

FAQ

According to Wikipedia, machine learning (ML) is a class of artificial intelligence methods characterized by their not providing direct solutions to problems but rather training systems to apply solutions.

The role of machine learning in marketing is to allow you to quickly make decisions based on big data. With machine learning, you can respond faster to changes in the quality of traffic brought by advertising campaigns. As a result, you can devote more time to creating hypotheses rather than to carrying out routine actions.

1. Recommendation systems

2. Forecast targeting

3. LTV forecasting

4. Churn rate forecasting

Source: owox
Author: Digital Analyst
Date: 2020 08 10

PS To People Who Want To Find Must-Read Content but Can’t Get Started:

Get Rid of That Information Overload!

We read everything and we keep only Pro Content about:
– Business #Strategy
– #Startups Strategy
– #Growth Hacking
– Artificial Intelligence #ai

Why do we do it? Because #SharingIsCaring

Sharing is Caring!
it_ITItalian
search previous next tag category expand menu location phone mail time cart zoom edit close