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. 初识Notification

    通知(Notification)是 Android 系统中比较有特色的一个功能,当某个应用程序希望向用户发出一些提示信息,而该应用程序又不在前台运行时,就可以借助通知来实现.发出一条通知后,手机最上方 ...

  2. ELF interpreter /libexec/ld-elf32.so.1 not found

    ELF interpreter /libexec/ld-elf32.so.1 not found错误, 其实就是在64位平台上运行32位软件的不兼容造成的.找个64的包安装就上ok了.

  3. GitLab-CE-8.9.4 (OpenLogic CentOS 7.2)

    平台: CentOS 类型: 虚拟机镜像 软件包: gitlab-8.9.4 bug tracking collaboration commercial development devops git ...

  4. LeetCode Rotate Array 翻转数组

    题意:给定一个数组,将该数组的后k位移动到前n-k位之前.(本题在编程珠玑中第二章有讲) 思路: 方法一:将后K位用vector容器装起来,再移动前n-k位到后面,再将容器内k位插到前面. class ...

  5. Activiti学习记录(四)

    1 连线 注意:如果将流程图放置在和java类相同的路径,需要配置: 1.1 部署流程定义+启动流程实例 ProcessEngine processEngine = ProcessEngines.ge ...

  6. centos 7 安装以及ip配置

    1.安装: root 200M: swap 内存的2倍,如果内存超过4g,最大设为8g就够了: / 剩余: 2.ip配置 (1)动态配置:dhclient ip add (2)静态配置:vi /etc ...

  7. 为啥国内互联网公司都用centos而不是ubuntu?

    一直以来都很好奇ubuntu和centos有啥区别,上学时接触的都是ubuntu,自己每次装virtual box的时候都会下个ubuntu,但是公司的服务器上装的都是centos,今天查了下知乎网友 ...

  8. 第五篇:selenium调用IE问题(Protected Mode settings are not the same for all zones)

    代码信息: driver = webdriver.Ie()driver.get('http://www.baidu.com') 问题描述: raise exception_class(message, ...

  9. html5定位获取当前位置并在百度地图上显示

    用html5的地理定位功能通过手机定位获取当前位置并在地图上居中显示出来,下面是百度地图API的使用过程,有需要的朋友可以参考下 在开发移动端 web 或者webapp时,使用百度地图 API 的过程 ...

  10. Java中的接口和抽象类(转)

    在面向对象的概念中,我们知道所有的对象都是通过类来描述的,但是并不是所有的类都是用来描绘对象的,如果一个类中没有包含足够的信息来描绘一个具体的对象,这样的类就是抽象类. 抽象类往往用来表征我们在对问题 ...