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的更多相关文章

  1. .NET Core Ecosystem

    .NET .NET Blog Application Models Web Mobile Desktop Microservices Gaming Machine Learning Cloud Int ...

  2. Awesome Reinforcement Learning

    Awesome Reinforcement Learning A curated list of resources dedicated to reinforcement learning. We h ...

  3. 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 ...

  4. 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 ...

  5. Build a Machine Learning Portfolio(构建机器学习投资组合)

    Complete Small Focused Projects and Demonstrate Your Skills (完成小型针对性机器学习项目,证明你的能力) A portfolio is ty ...

  6. 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? ...

  7. 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 ...

  8. A Gentle Guide to Machine Learning

    A Gentle Guide to Machine Learning Machine Learning is a subfield within Artificial Intelligence tha ...

  9. 机器学习基石第一讲:the learning problem

    博客已经迁移至Marcovaldo's blog (http://marcovaldong.github.io/) Andrew Ng的Machine Learning比較简单,已经看完.林田轩的机器 ...

  10. Machine Learning and Data Mining(机器学习与数据挖掘)

    Problems[show] Classification Clustering Regression Anomaly detection Association rules Reinforcemen ...

随机推荐

  1. stm8 全局变量定义 声明

    1.ST Visual Develop 开发环境下.h文件里面不能定义变量,要把变量定义在.C文件里面,然后在.H文件里面声明即可.补充:今天突然发现还有一种情况,变量在一个.h文件里定义后,在另外的 ...

  2. 【Shell脚本学习24】Shell输入输出重定向:Shell Here Document,/dev/null文件

    Unix 命令默认从标准输入设备(stdin)获取输入,将结果输出到标准输出设备(stdout)显示.一般情况下,标准输入设备就是键盘,标准输出设备就是终端,即显示器. 输出重定向 命令的输出不仅可以 ...

  3. 报错:Program "sh" not found in PATH

    参考原文:http://vin-mail.blog.163.com/blog/static/37895280201211932919513/ 如果你按照我的方法 先配置了cygwin的环境变量,在打开 ...

  4. codevs 4052 黎恒健大战YJY

     时间限制: 1 s  空间限制: 32000 KB  题目等级 : 黄金 Gold 题目描述 Description 现在,黎恒健与YJY由于身处异地,非常迫切地想在最短的时间内相遇,然后干一架.但 ...

  5. php生成纯数字、字母数字、图片、纯汉字的随机数验证码

    现在讲开始通过PHP生成各种验证码旅途,新手要开车了,请刷卡! 首先,我们开始先生成一个放验证码的背景图片 注:没有Imagejpg()这个函数,只有imagepng()函数 imagecreatet ...

  6. 平时对ES6的一些总结

    1.Genertor中yield和Interator中的next方法 Genertor的yield是把这个函数变成分段的:Interator中的next也是一个一个执行的: function* f() ...

  7. HDU5269 字典树

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5269 ,BestCoder Round #44的B题,关于字典树的应用. 比赛的时候没想出做法,现在补 ...

  8. java核心技术 要点笔记3

    1.类,超类和子类 2.Object:所有类的超类 3.泛型数组列表 4.对象包装器和自动装箱 5.参数数量可变的方法 6.枚举类 7.反射 8.继承设计的技巧

  9. 2017.12.11 String 类中常用的方法

    1.编写程序将 "jdk" 全部变为大写,并输出到屏幕,截取子串"DK" 并输出到屏幕 package demo; import java.util.Scann ...

  10. CUDA实现数组倒序

    数组倒序,将在主机上初始化的数组传输到设备上,然后用CUDA并行倒序,此时在全局内存上操作,再将结果返回到主机并验证. #include <stdio.h> #include <as ...