Skip to main content

The future of AI in business and its potential to transform industries

5 M's of Advertising : The Objectives of Advertisements

5 m's of advertising :The objectives of advertisements

Advertising

We are surrounded by hundreds of advertisements, from our smartphones to the billboards. Sometimes we interact with them sometimes we don't, sometimes we glad that we saw it and sometimes it's just annoying. But the ultimate purpose of any advertisement is one which is grabing your attention. 

But, the real fact is in today's world we are surrounded by so much ads that our brain automatically created a filter to skip the ads, hence it becomes costlier for an advertiser to grab someone's attention to promote any product or service.

One of the major reason in losing attention from ads is the lack of quality in advertisements. The best ads not only are creative but they also sells. The purpose of a advertisement is not just to state the fact about a product but to sell a solution or a dream.

Hence, today I will share you 5 m's of advertising which will help you to make a better decision for developing your advertisements.

5 m's of advertising

  • Mission of Advertising
  • Message of Advertising
  • Media of Advertising
  • Money for Advertising
  • Measuring & Evaluating Advertising

Mission of Advertising

The mission of any advertisement can be inform, persuade, remind or reinforce a purchasing decision. May be you have new product and you want to inform about it or may be you want to remind about existing brand to the people or anybody just purchased a product and you want to reassure the purchaser and reinforce the decision.

Message of Advertising

The message must communicate the brand value in the form of words and pictures.

Any advertising message should be tested using these 5 set of questions:
  • What is the main message you will get from this ad?
  • What advertiser wants to know believe, know or do?
  • How likely is the ad will influence you to take the action?
  • What works well and what not in this ad?
  • How does the ad makes you feel?
  • Where is the best place you can reach with this message?

Media of Advertising

Media must be chosen in such a way that not only it should meet the target audience but also it should be cost-effective as well. Besides the classic media of newspapers, magazines, radio, television, and billboards there are plenty of newmedia including email, social media, and search engine ads.

Nowadays, media selection is becoming a major challenge.

Suppose, you want your campaign to deliver atleast one expose to 50% of your target audience of 1,000,000 people which is 5,00,000. But you want the average person to notice your ads 3 times during the campaign that is 15,00,000 exposure. But it might take 6 exposures for the average person to notice your ads 3 times. Thus you need 30,00,000 exposures.
And suppose you want to use a high-impact media vehicle costing 20rs per 1000 exposure. Then the campaign should cost (20*30,00,000/1000) 60,000rs.

Hence there are trade-off  among reach, frequency and impact.

Money for Advertising

The Ads budget is decided on the basis of reach, frequency, impact, ad production and other costs. Agencies claim that their campaign will increase the companies sales hence advertiser pay advertising agencies on a pay-for-performance basis.
So,
  • The advertiser pays 18% commission if sales increase.
  • A normal 15% commission if sales remains the same.
  • And 13% with a warning if sales have fallen.

Measurement and Evaluating Advertising

Any ad campaign require two things premeasurement and post measurement. Inpremeasurement Ad mockups can be used for testing communication effectiveness using recall, recognition or persuation measures. Inpostmeasurement we strive to calculate the communication and sales impact of the ad campaign.
Well it's a bit difficult to explain but let me tell you with an example.

Let suppose Coca-cola spent 70,000rs for a picture of coke bottle on the backpage of a magazine inorder to influence purchase. If 35rs a bottle and 10rs profit per bottle then coca-cola would have to sell 7000 additional bottles to cover 70,000rs which is the cost of ad.

In the end you have to calculate the results and outcomes of each ads and according to that you need to make decision and move money into the medium which produces the best results.

Popular posts from this blog

PIC18 Timer programming in C

The PIC18 timer is divided into 4 types Timer 0 Timer 1 Timer 2 Timer 3 PIC18 timers can be used to generate a time delay or as a counter to count external event happening outside the microcontroller. In this article, we will see how to generate a time delay by programming the PIC18 timer. Timer 0 The timer 0 module has the following features Software is scalable as an 8 bit or 16-bit timer/counter. Readable and writable Dedicated 8 bit software programmable Prescaler Clock source selectable to be internal or external Edge select for external clock Register required for Timer 0 Control register Each timer has a control register called TCON to set the various timer operation modes. T0CON is an 8-bit register used for control of timer 0. TOCON TMR0ON (Timer0 on/off control bit)                                       1 = Enable timer 0                ...

Interface relay with PIC18 microcontroller

Hi... today we will talk about another important component used in the embedded domain called a relay. Relays are electric switch which uses electromagnetism to either form or breaks the existing circuits. With the help of a relay, you can trigger a high voltage operation by a low voltage input signal. Relay is a highly versatile component that is as effective in a complex circuit as in a simple circuit. In this article, we will talk about how to interface relay with PIC18 controller. We will cover the topics in the following points: About the interfacing task Software tools used Required components Circuit diagram Code for controller Upload the HEX file Run simulation About the interfacing task In the interface relay task, with the help of a push-button, we will trigger the relay to control the lighting of the bulb which is of higher voltage. When we press the push button the microcontroller will trigger the relay to change its state, when the relay changes its state from normally clo...

Different domains of Artificial intelligence(AI)

Artificial intelligence is a computer system that is able to perform tasks that ordinarily require human intelligence. Artificial intelligence systems are critical for companies that wish to extract value from data by automating and optimizing processes or producing actionable insights. There are certain domains of artificial intelligence on which we can create our expertise Machine learning Deep learning Robotics Expert systems Fuzzy logic Natural language processing Computer vision  1. Machine learning Machine learning is a subset of artificial intelligence. Machine learning enables computers or machines to make data-driven decisions rather than being explicitly programmed for a certain task. These programs or algorithms are designed in a way that they learn and improve over time when are exposed to new data. Different types of machine learning models Supervised learning Unsupervised learning Reinforcement learning Use cases Product recommendation on a shopping website. spam fil...