Marketing learning-2
Part three
1.strategies for leadership
1)operational excellence:operational competence
2)performance superiority:product differentiation
3)customer intimacy:customer respinsiveness
product attributes? customer demand? customer expectations? what is delivering? short,long-term strategies?
2.positioning process (STP)
1)segementation (segment market by using different variables) --->
2)targeting (target segment: attractiveness) --->
3)positioning (position brand)
3.market segment: is the process of dividing a market into distinct subsets,where any subset may conceivable be selected as marketing target to be reached with a
distinct market mix.
1)segmenttation methods:
①characteristics of customer (objective,subjective)
②benefits sought (关注点)
③systematic,product-related (purchaseing behavior-by channel-)
a.cohort(同生群) analysis
b.geographic segmentation (reginal):zip clustering
4.select a target segment
what makes a segment attractive?
Balancing segment attractiveness with our capability.
Continuously monitoring whether the actual buyer match the target segment
1)segment selection criteria (most attractive segment)
segment size,growth of segment,value of segment,stability,current company position within segment,ease of entry into segment,
ease of competitive entry into segment,number and strength of competitors
2)market targeting:
a.develop measures of segment attractiveness
b.select among attractive segment based on business capabilities
Part four
brand positioning
1.what is brand?
1)a proprietary trademark for a specific product or service
2)a 'contact' from the company to its customers
a promise of specific benefits,quality,and value
a relationship between firm and its customers
"A brand is no longer what we tell the consumer it is -- it is what consumers tell each other it is."
"It's not about telling and selling.It's about bringing a relationship mind-set to everything we do."
2.Positioning statement:defines the value proposition of product to the target market
1)target segment:objective user? ---> for whom?
2)piont of difference:innovative? --->reason to buy?
3)frame of reference ---> piont of parity
Positioning is implemented through all elements of the marketing mix:product,price,promotion,place
Should focus on a few key benefits (unique selling proposition)
Position must be defensible.
Position requires making choices.
3.point of parity (POP)
Associations that are not unique to the brand; They are shared with other brands.
1)category POPs:associations consumer views as necessary to be considered credible
2)Competitive POPs:associations designed to negate competitors' point of difference
4.point of difference (POD):strong,favorable,unique brand associations
similar to notion of USP (unique selling proposition)
SCA:sustainable competitive advantage (achieve an advantage in the marketplace for a prolonged period of time)
May involve:performance attributes,benefits,imagery associtions
5.POD criteria:
1)Are POD desirable to the customer? Relevant? Distinctive?
2)Can you deliver the POD the customer?
Feasibility (afforfable? possible?)
Communicability (evidence or communicate?)
sustainability (internal commiment,difficult to attack,must be consistent at any point in time and over time)
Marketing learning-2的更多相关文章
- .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 ...
随机推荐
- TX Text Control X10独家揭秘之使用对象作为数据源
文档处理控件TX Text Control即将发布的X10版本,将升级重点还是放到了其比较优势的流式布局报表设计和生成上.慧都获得了来自其开发商Text Control GmbH公司的一手资料,迫不及 ...
- Markdown引用图片,且不使用网上链接的解决方法
首先介绍下markdown使用图片的3种方法 使用本地图片,缺点是要用到本地的绝对路径,不适合对文档做迁移,否则会有图片链接失效的情况 
项目改成了maven管理,现场需要用增量补丁包的形式发布代码: 2015/4/21 以前试过用ant打补丁包,现在试试maven能不能做同样的事情: maven-assembly-plugin看着可以 ...
- Java构造方法经典例题
1.在程序中,经常要对时间进行操作,但是并没有时间类型的数据.那么,我们可以自己实现一个时间类,来满足程序中的需要. 定义名为MyTime的类,其中应有三个整型成员:时(hour),分(minute) ...
- python之列表推导、迭代器、生成器
http://blog.chinaunix.net/uid-26722078-id-3484197.html 1.列表推导 看几个例子,一切就明白了. #!/usr/bin/python number ...
- mbstring未安装
yum install php55w-mbstring.x86_64 把php版本换成自己的就ok
- vi中系统剪切板的设置
在vi中,如果编译时没有clipboard属性,将vi中的内容拷贝到系统剪切板有些麻烦.可以用如下的方法,查看vi 是否支持系统剪切板的功能: xt@xt-ThinkPad-X220:~$ vi -- ...
- vue学习之路 - 2.基本操作(上)
基本操作(上) 本章节简介: vue的安装 vue实例创建 数据绑定渲染 表单数据双向绑定 事件处理 安装 安装方式有三种: 一.vue官网直接下载 http://vuejs.org/js/vue.m ...
- mysql 查询出 n小时 以前的数据
select * FROM biaoming WHERE TIMESTAMPDIFF(SECOND ,CREATE_TIME,now() ) > 3*60*60
- 通过rsync+inotify实现数据实时备份
rsync的优点与不足 与传统的cp,scp,tar,备份方式相比,rsync具有安全性高备份迅速支持增量备份的优点,可以满足对实时性要求不高的需求,例如定期备份文件服务器数据到远端服务器,但是,当数 ...