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 ...
随机推荐
- unhandled event loop exception解决方案
今天突然遇到这个问题,打开ADT就报unhandled event loop exception, 原因是ATI显卡的HydraDM.exe HydraDM64.exe进程somehow跟ADT起了冲 ...
- Azure School,让你系统化快速学习人工智能
要说目前最热门的技术,非人工智能莫属了,让计算机程序能够看懂.听懂.读懂.理解我们的世界!想想就激动!! 上至高大上的个人数字化助理,下至P图软件,各种应用都开始增加AI相关的功能,试问又有哪个技术爱 ...
- 更新浏览器,导致编写脚本报错Message: Unable to find a matching set of capabilities
卸载更新浏览器后,所编写的脚本无法运行,报如下的错误:selenium.common.exceptions.WebDriverException: Message: Unable to find a ...
- 实战:ADFS3.0单点登录系列-集成SharePoint
这是本系列第四篇了,终于轮到SharePoint上场了,但是本文不会过多讲解SharePoint安装等话题,而是直入主题,讲解如何进行配置,让其于ADFS配合完成SSO的工作. 注意:本文使用的Sha ...
- linux 命令——25 linux文件属性详解
Linux 文件或目录的属性主要包括:文件或目录的节点.种类.权限模式.链接数量.所归属的用户和用户组.最近访问或修改的时间等内容.具体情况如下: 命令: ls -lih 输出: [root@loca ...
- Google Guava入门(一)
Guava作为Java编程的助手,可以提升开发效率,对Guava设计思想的学习则极大的有益于今后的编程之路.故在此对<Getting Started with Google Guava>一 ...
- [Rails学习之路]初识Ruby(二)
继续上次Ruby的学习.接下来就到了Ruby的方法. Ruby的方法与Python仍然很像.使用def定义,可以使用undef取消定义. 在Ruby中,经常可以看见方法后面跟有"?" ...
- C语言中的异常处理机制
#define try if(!setjmp(Jump_Buffer)) 返回try现场后重新执行判断,所以有两次执行. http://blog.csdn.net/tian_dao_chou_qin/ ...
- RabbitMQ使用教程(五)如何保证队列里的消息99.99%被消费?
1. 前情回顾 RabbitMQ使用教程(一)RabbitMQ环境安装配置及Hello World示例 RabbitMQ使用教程(二)RabbitMQ用户管理,角色管理及权限设置 RabbitMQ使用 ...
- dn.net/blueheart20/article/details/22080489
dn.net/blueheart20/article/details/22080489