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

  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. 使用C#版OpenCV进行圆心求取

    OpenCVSharp是OpenCV的.NET wrapper,是一名日本工程师开发的,项目地址为:https://github.com/shimat/opencvsharp. 该源码是 BSD开放协 ...

  2. v-if与v-show的区别

    一.区别 v-if 动态的向DOM树内添加或者删除DOM元素:“真正”的条件渲染,因为它会确保在切换过程中条件块内的事件监听器和子组件适当地被销毁和重建:在初始渲染条件为假时,什么也不做. v-sho ...

  3. 【server 安全】更改本地安全策略及禁用部分服务以进一步增强windows server的安全性

    本地安全策略 以上内容的备份 注册表路径: System\CurrentControlSet\Control\ProductOptionsSystem\CurrentControlSet\Contro ...

  4. [Rails学习之路]初识Ruby(二)

    继续上次Ruby的学习.接下来就到了Ruby的方法. Ruby的方法与Python仍然很像.使用def定义,可以使用undef取消定义. 在Ruby中,经常可以看见方法后面跟有"?" ...

  5. Luogu [P2814] 家谱

    题目链接 这个题不难,但是有点小小坑. 首先并查集肯定能看出来. 然后字符串的话,一开始我想用 hash 来处理,但想了想,离散化不好搞,人也太多了,一不小心就hash重了,还是算了. 然后就想到了S ...

  6. 在maven项目中 配置代理对象远程调用crm

    1 在maven项目中配置代理对象远程调用crm 1.1 在项目的pom.xml中引入CXF的依赖 <dependency> <groupId>org.apache.cxf&l ...

  7. C# FileInfo 类

    FileInfo类不像File类,它没有静态方法,仅可用于实例化的对像.FileInfo对像表示在磁盘或网络位置的文件,注意它不是流,为了读写文件,必须创建Stream对像. fileInfo类提供了 ...

  8. linux apache 不解析php文件显示源码

    首先检查是否安装PHP 没有的话就先安装 如果安装过 在/etc/httpd/conf/httpd.conf文件中 在<IfModule mime_module>里面 AddType ap ...

  9. 1025: [SCOI2009]游戏

    Time Limit: 1 Sec  Memory Limit: 162 MBSubmit: 2727  Solved: 1794[Submit][Status][Discuss] Descripti ...

  10. APCInject

    #include <iostream> #include <Windows.h> #include <TlHelp32.h> using namespace std ...