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. fancyBox高级进阶用法

    最近给客户做的一个项目中,客户要求弹窗的边界与页面某个区块边界平齐,但平齐之后,弹出的窗口就不是居中的情况了,研究之后,认为需要改写fancyBox的fancybox-wrap类中的top属性才能达到 ...

  2. python logging 模块记录日志

    #日志记录到多文件示例 import logging def error_log(message): file_1_1 = logging.FileHandler('error.log', 'a+', ...

  3. Protocol Buffer学习教程之类库应用(四)

    Protocol Buffer学习教程之类库应用(四) 此教程是通过一个简单的示例,给C++开发者介绍一下如何使用protocol buffers编程,主要包括以下几部分: 定义一个.proto文件 ...

  4. LeetCode Remove Nth Node From End of List 删除链表的倒数第n个结点

    /** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode ...

  5. mustache.js 数组循环的索引

    在使用mustache作为模板引擎时,想要利用数组中的对象的索引排序,却发现mustache中无法获得数组索引,在一番搜索之后,发现在数组的对象中加入索引,就可以了,示例如下 /html {{#dat ...

  6. 交互ajax

    原生的js封装ajax1.创建ajax对象var oAjax=new XMLHttpRequest();//不兼容IE6var oAjax=new ActiveXobject('Microsoft.X ...

  7. pta 编程题12 堆中的路径

    其它pta数据结构编程题请参见:pta 这道题考察的是最小堆. 堆是一个完全二叉树,因此可用数组表示,一个下标为 i 的结点的父节点下标为 i / 2,子结点下标为 2i 和 2i + 1. 插入元素 ...

  8. pandas 常用统计方法

    统计方法 pandas 对象有一些统计方法.它们大部分都属于约简和汇总统计,用于从 Series 中提取单个值,或从 DataFrame 的行或列中提取一个 Series. 比如 DataFrame. ...

  9. ipynb-->pdf

    ipython nbconvert notebookname.ipynb --to latex --post pdf

  10. C# checked运算符

    一.C# checked运算符 checked运算符用于对整型算术运算和显式转换启用溢出检查. 默认情况下,表达式产生的值如果超出了目标类型的范围,将会产生两种情况: ?常数表达式将导致编译时错误. ...