Skip to main content

Marketing Objectives: Only list desired marketing outcomes e.g. sales, volume, market share, distribution etc.

Advertising Brief
Client: Client name + product / service name
Background: General brand and market introduction (two paragraphs max)
Purpose of the brief: In simple terms outline the task – the problem the advertising has to solve.
Marketing Objectives: Only list desired marketing outcomes e.g. sales, volume, market share, distribution etc. Must be SMART.
Notes: “How to write SMART objectives”
Marketing Strategies:
Marketing Mix:
Product= describe the product (range) in terms of sizes, colours, packaging or key differentiating feature
Price= List the prices for each of the products listed above to give the users of this brief the idea of price range and price positioning. With variable pricing e.g. a vehicle model you can use ‘from $xxx’
Place= Identify the types of distribution outlets from which the consumer can trial or buy the product/service
Promotion= List the non-advertising promotional activities which have recently occurred or will occur concurrently with this planned advertising campaign
Target Audience:
Primary
Provide a target audience profile description in the standard industry format in terms of:
• demographic,
• geographic,
• psychographic,
• Behavioural o usage,
o benefits sought
Note: Depending on the campaign purpose, there may be other specific audiences that might need to be reached –Secondary or even tertiary. Note that including secondary or even tertiary audiences may require unique media & messaging in the campaign proposal. Only include extra audiences if significantly relevant e.g. Gate keeper/consumer roles.
Secondary (If necessary) List profile description of the secondary TA using the same format and detail.
MKT102A Advertising Brief Template
Consumer insights
Insight into the consumer that relates to the purpose of the campaign that will provide deeper understanding of the consumer to help in achieving the desired outcome. Support this with researched and referenced data.
Target Audience Weighting
Identify the level of prioritisation between the two audiences to assist the media investment split (E.g. 60/40 or 75/25). Only required if more than one audience.
Advertising Objectives:
Only include those specifics (in this SMART Objective) that advertising can achieve. It is a statement of WHAT the advertising campaign is setting out to achieve not HOW it will achieve them (how is a strategy not an objective).
Advertising Strategy:
List the advertising strategies to be used to achieve the advertising objectives.
Strategy will include an outline of:
• Direction– Simple statement of the overall approach.
Refer to the supplied notes for a range of strategies that would be suitable. The level of involvement and either rational or emotive (FCB Grid) could be the foundation for your strategy.
• Campaign scope
• Suggested Media (Note: top line not detail – detail comes in the proposal
• Timing & duration
See Notes: “Objectives, strategies and Rationales” & “How to write strategies with CLARITY” for examples and formats.
Brand dimensions: Outline a brief Brand positioning statement and list:
• Brand Values
• Brand Personality
• Brand tone of voice
List all known branding issues, properties and associations (E.g. use of Cadbury purple in advertisement / commercial Red Bull association with extreme sports)
USP (Proposition): Identify the ONE competitive advantage about this product or service that can be claimed as unique. Express the USP as an advertising proposition
Advertising brief submission template V2 2017
Advertising Brief
Competitors: Insert a table listing the direct competitors and their respective competitive advantages over the client’s product or service (E.G. Rowntree brand chocolates
~ Pricing advantage, Lindt chocolates ~ Premium Product quality advantage etc). List their slogans/positioning. Brief outline of any relevant competitive advertising or promotional activity.
Why the Customer will respond favourably?
List why the customer will respond to this proposed advertising strategy not why they would respond to the product or service itself. E.g. the USP is why they are likely to respond positively to the product /service.
Why the customer will not respond favourably?
Identify marketplace conditions, situations, trends or activities that would negatively impact on the consumer response to the proposed advertising strategy?
Media considerations:
List any issues that will assist the ‘Media Planner’ develop their plan e.g. timing, situational influences, geographic weighting, any know ‘aperture’.
Mandatory inclusions:
Cover any legal and or ethical issues, conditions or restraints for this advertising campaign, especially advertising code compliance. For example - health/pharmaceutical claim disclaimers, ‘Enjoy alcohol responsible’ disclaimer, Product Disclosure Statement (PDS) or Terms and Conditions brochure (for regulated financial products).
Must be based on researched and referenced laws, regulations, advertising codes etc.
Budget:
Provide an actual budget with a list of budget allocations for:
• Campaign Development (assume 5% of budget)
• Production (assume 15% of budget)
• Media (assume 50% of budget)
• Monitoring/research (assume 10% of budget)
• Agency fees (assume 20% of budget)
Timing: Key deadlines
• Proposal due date (Start with the final assessment (The Campaign Proposal) submission date - to keep all development and campaign dates in the future)
• Proposal approval date
• Final creative approval
• Creative production – Material deadlines
• Campaign launch & Campaign finish
MKT102A Advertising Brief Template
Advertising brief submission template V2 2017
CLICK HERE TO ORDER 100% ORIGINAL PAPERS AT PrimeWritersBay.com
 

Comments

Popular posts from this blog

Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything! What was special about Alfred Hitchcock and this film?

  Directions For this assignment, you will need to choose a topic or person from any of the various eras, movements or decades that we've discussed this semester and do a presentation on them using any media format you choose. (IM CHOOSING THE MOVIE PSYCHO-    Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything!  What was special about Alfred Hitchcock and this film? The subject matter doesn't have to be limited to an actor, director or filmmaker, but  the topic of your presentation could be on the inventions of any of the equipment, editing or filming techniques that you've learned about.  Basically, you can pick an area to cover and do your presentation on that.  The point is that you take a deeper dive into the subject by exploring information about it that may not have been  covered in this course.  It does have to...

Account Cost Systems and Cost Behaviors

  ACC501 Account Cost Systems and Cost Behaviors You are applying for a managerial position at an innovative and rapidly growing company. This is a dynamic company that wants an individual who adds value to the organization. Managers at this company wear many hats, so the position requires managing products, people, and financial aspects of running the company. As part of the interview process, you are required to make a presentation covering four different topics, one per module for this course. You choose the company and the new product that you want to showcase in your presentation. It can be real or fictitious (based on an industry). This is for background purposes only. The presentation is to showcase your abilities and what you can contribute to the organization. IBIS World (access on the Trident Portal through the Online Library > Additional Library Resources > IBISWorld link) and BizStats have estimates of cost of goods sold ...

Starting with this provided code, add the following functionality

1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that ...