Skip to main content

How Algorithmic marketing can increase a Company’s turnover

 Many aspects in the last step of the marketing process, that of implementation and control, can be taken over by algorithms. Examples for the implementation of marketing strategies are, for example, the running of ads, the

launching of a website or the sending of e-mails. As discussed previously,

bots can display individualised Internet adverts. Bots can even take over the

creation, personalisation and sending of marketing campaigns by e-mail.

Even the creation of websites with the help of bots is possible, The Grid

has been offering a private beta version for this since 2014 (Thomas 2016).

The control phase at the end of the marketing process can be performed in

both a qualitative and quantitative way and is essential. Factors that should

be controlled are, among others, the reach of the campaign, marketing

budgets, customer satisfaction, market shares and sales. Algorithms can be

helpful in this case to measure the various factors and to make statements

about the efficiency of the campaign as well as to uncover potentials, such

as increasing the customer lifetime value, of reducing customer acquisition

costs. Apart from that, algorithms can improve the accuracy and efficiency

of the control. The evaluation and presentation of the analyses data can be

taken over by smart process automatisation software that is able to train

itself or be trained. It can perform more complex and subjective tasks by

recognising patterns. In addition, the data can be visually interpreted in the

shape of dashboards.



Amazon

One example is Amazon that uses algorithms and that even grew in the

recession. It is striking that the company has invested comparably high

amounts in IT (5.3% of the sales revenue), whilst the competitors Target

and Best Buy only spent 1.3% or 0.5% respectively. Amazon’s dynamic pricing responds to competitor prices and current stocks. The investment in

complex recommendation algorithms has automated 35% of the sales and

90% of customer support. This reduced the costs at Amazon by three to four

percentage.

Otto Group

The Otto Group applies big data and AI for marketing and media controlling. On the basis of customer touchpoint tracking, a customer’s activities can be systematically measured via various touchpoints such as search 3.6.5.1 Amazon

One example is Amazon that uses algorithms and that even grew in the

recession. It is striking that the company has invested comparably high

amounts in IT (5.3% of the sales revenue), whilst the competitors Target

and Best Buy only spent 1.3% or 0.5% respectively. Amazon’s dynamic pricing responds to competitor prices and current stocks. The investment in

complex recommendation algorithms has automated 35% of the sales and

90% of customer support. This reduced the costs at Amazon by three to four

percentage.

3.6.5.2 Otto Group

The Otto Group applies big data and AI for marketing and media con-

trolling. On the basis of customer touchpoint tracking, a customer’s activities can be systematically measured via various touchpoints such as search

Comments

Popular posts from this blog

What is Machine Learning

 The term machine learning (ML) as a part of artificial intelligence is ubiq- uitous nowadays. The term is used for a wide number of various appli- cations and methods that deal with the “generation of knowledge from experience”. The well-known US computer scientist Tom Mitchell defines machine learning as follows: A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E (Mitchell 1997). An illustrative example of this would be a chess computer program that improves its performance (P) in playing chess (the task T) by experience (E), by playing as many games as possible (even against itself ) and analysing them (Mitchell 1997). Machine learning is not a fundamentally new approach for machines to generate “knowledge” from experience. Machine learning technology was used to filter out junk e-mails a long time ago. Whilst spam filters that tack- ...

Possible Limitations of AI-Based Bots

 The examples above already show the present-day potential of AI-based bots. At present, these systems are still in an early stage and still have certain limitations and potentials for optimisation. Twitter Bot Tay by Microsoft Most bots at present are reactive service bots. Engagement bots that actively interact with the users as market and brand ambassadors go one step further. The most famous example here is the chatbot Tay by Microsoft. Microsoft removed Tay from the web apologetically within one day. The example shows that the uncontrolled training of bots by the community can lead to fatal consequences. AI systems still have to learn ethical standards. It thus becomes apparent that even bots require a kind of guideline. Like a journalist has to observe editorial guidelines, bots have to observe certain standards. The next generation of AI-based bots must control and create the possible room for communication. IBM Watson has been able to celebrate quite a few respectable resul...

Random Forest Classifier

  The algorithm gradient boosted regression trees, also called random forests, belong to the ensemble learning methods This classifier uses an ensemble of weak regression trees that have a low hit quota when considered in isola- tion. The quality of the prediction can be improved significantly when vari- ous trees are trained with different parameters or samples. The results of the individual trees are aggregated to a total result which then enables a more balanced and high-quality prediction. The so-called bagging triggered a boom of the traditional regression trees. As aggregation, either a majority vote or a probability function is chosen (Fig. 5.5). The lead prediction generates high-conversion leads because • The entire spectrum of information available about a company is inte- grated into the decision-making; • The data is highly topical and without bias; • The random forest is capable of abstracting complex correlations in the data; and • The method learns iteratively from t...