Marketing learning-3
Part five
brand mantra: the elevator speed
1.mental map:Portrays brand associations and responses for a target market.shows how it is actually percieved.
"what comes to your mind when you think ...?"
2.core brand value: brand essence,core brand promise
the most important dimension of the mental map of a brand
mental map--> core brand values--> brand mantra (heart and soul of a brand)
considerations:communicate,simplify,inspire
3.design brand mantra:
1)brand function
2)descriptive modifier
3)emotional modifier
4.experiential branding
1)what is an experience?
first,process that occur as a result of encountering,undergoing or living through situations;
second,triggered stimulations to senses,heart and mind;
They connect the company and the brand to the customer's lifestyle and place individual customer actions and purchase occsions in a broader social context.
5.redefine what a brand is :
differentation-->experience
promise-->relationship
attributes-->personality
static-->dynamic
mass-->individual
awareness-->relevance
6.connecting experience to the brand:
1)experiential brand positioning
2)experiential brand value promise:sense,feel,think,act,relate
3)embrace all channels
7.experiential components:five senses,emotions,cognitive,behave,social
8."experience" within "4P's"
1)product:build in experiential features
2)place:design,music,fragrance,type of salespeople
3)promotion:note worthy,experiential,"brand personality"
4)price
Part six
1.shopping marketing (始终站站顾客的角度思考问题,方便顾客,实用顾客,给顾客极高的购买体验和实用感(性价比))
need to understanding the shopping experience from shopper's point-of-view
make decisions on habit,intuition,emotion(personal relevance)?(Based on what they see or miss)
shopping process is multi-staged / multi-channeled.(平台和渠道的多样性,营销策略应具体问题具体分析,有针对性采用营销策略)
2.stages of buying process:(顾客是如何做出购买决策的?他们主要考虑哪几方面的问题?抓住重点进行营销)
decision making often proceeds in stage.Although real decisions are more complex,simple stage models,are
very useful for analyzing customer behavior and the marketing actions that are most likely to be successful.
(顾客需求的来源?商家能否帮助顾客创造其需求?让顾客主动购买?)
awareness of need--> indentify products-->get informations--> evaluate--> purchase--> ...
3.shopping process
trigger:need recognition (nature need -->create need?)
create trigger events(enter a market/get involved in market):create urgency,create new product,create news
4.information search stage:
(像IT行业的软件一样,让顾客变成“白痴”,尽量减少顾客的思考时间,特别是深思熟虑的时间,主动帮助顾客"擦各种屁股“,保持顾客强烈的购买欲望)
1)consideraton set:search for limited information(evoked set)
2)formation of consideration set:
5.connect online with offline experience:(O2O:线上先下综合体验,树立品牌信誉,培养顾客的忠诚度)
6.traditional advertising creates brand awarenesses(传统营销手段有时效果更明显,宣传产品(品牌)手段的多样性)
7.external search--"in store"(如何留住顾客?靠什么来吸引顾客?)
what drives attention?
Mature of set:goal driven ot taxonomic
social influences?(very important)customer reviews? salespeople?
get customer attention?color?packaging?(style,structure?)
Marketing learning-3的更多相关文章
- .NET Core Ecosystem
.NET .NET Blog Application Models Web Mobile Desktop Microservices Gaming Machine Learning Cloud Int ...
- Awesome Reinforcement Learning
Awesome Reinforcement Learning A curated list of resources dedicated to reinforcement learning. We h ...
- A beginner’s introduction to Deep Learning
A beginner’s introduction to Deep Learning I am Samvita from the Business Team of HyperVerge. I join ...
- Why are very few schools involved in deep learning research? Why are they still hooked on to Bayesian methods?
Why are very few schools involved in deep learning research? Why are they still hooked on to Bayesia ...
- Build a Machine Learning Portfolio(构建机器学习投资组合)
Complete Small Focused Projects and Demonstrate Your Skills (完成小型针对性机器学习项目,证明你的能力) A portfolio is ty ...
- How do I learn machine learning?
https://www.quora.com/How-do-I-learn-machine-learning-1?redirected_qid=6578644 How Can I Learn X? ...
- How do I learn mathematics for machine learning?
https://www.quora.com/How-do-I-learn-mathematics-for-machine-learning How do I learn mathematics f ...
- A Gentle Guide to Machine Learning
A Gentle Guide to Machine Learning Machine Learning is a subfield within Artificial Intelligence tha ...
- 机器学习基石第一讲:the learning problem
博客已经迁移至Marcovaldo's blog (http://marcovaldong.github.io/) Andrew Ng的Machine Learning比較简单,已经看完.林田轩的机器 ...
- Machine Learning and Data Mining(机器学习与数据挖掘)
Problems[show] Classification Clustering Regression Anomaly detection Association rules Reinforcemen ...
随机推荐
- @Enable*注解的工作原理
@EnableAspectJAutoProxy @EnableAsync @EnableScheduling @EnableWebMv @EnableConfigurationProperties @ ...
- docker制作共享jdk的tomcat镜像
FROM centos:7.4.1708 #挂载宿主机jdk到容器,节省空间 MAINTAINER huqiang:2018/10/12 ENV VERSION=8.5.34 ENV CATALINA ...
- MVC下c#对接微信公众平台开发者模式
在ashx文件中进行HttpContext的处理: using System; using System.Collections.Generic; using System.Linq; using S ...
- 页面中插入视频兼容ie8以上的浏览器
有时候页面中需要插入视频,如果不考虑ie8的话:就是直接用h5标签<video></video>就可以了: 但是有的时候需求是需要考虑ie8,这样我们就可以用插件,这种vide ...
- C语言标准库之setjmp
协程的介绍 协程(coroutine),意思就是“协作的例程”(co-operative routines),最早由Melvin Conway在1963年提出并实现.跟主流程序语言中的线程不一样,线程 ...
- 在主机端和设备端进行”incrementArray“并对结果进行比较
实验思想: 在主机端将数据初始化后传输到设备端,设备端和主机端进行同样的操作对数据加1,然后将设备端的结果传输到主机,最后核对主机端的计算结果和设备端的计算结果是否一直. // incrementAr ...
- java调用摄像头了
http://www.cnblogs.com/cnweiblog/p/4602207.html
- C#的接口基础教程之七 覆盖虚接口
有时候我们需要表达一种抽象的东西,它是一些东西的概括,但我们又不能真正的看到它成为一个实体在我们眼前出现,为此面向对象的编程语言便有了抽象类的概念.C#作为一个面向对象的语言,必然也会引入抽象类这一概 ...
- 前端小记2——移动web解决方案
面向用户级移动web解决方案: 1.代码结构规范 2.字体设置 body{ font-family: -apple-system, BlinkMacSystemFont, "PingFang ...
- linux 下备份mysql数据库
今天老板让备份数据库没办法自己折腾吧,下面把折腾的结果总结总结. 数据库备份思路: 1.编写脚本 2.执行脚本 哈哈,是不是很简单,打开冰箱,放入大象,关上.下面我是具体操作. 一.编写脚本 1.设 ...