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. LeetCode OJ 3Sum 3个整数之和

    题意:给一个vector<int>容器,要求每当找到3个元素之和为0时就将这3个数按大小顺序记下来,用一个二维vector返回.也就是vector< vector<int> ...

  2. C++ vector常用法

    在c++中,vector是一个十分有用的容器,下面对这个容器做一下总结. 1 基本操作 (1)头文件#include<vector>. (2)创建vector对象,vector<in ...

  3. java Vamei快速教程11 对象引用

    作者:Vamei 出处:http://www.cnblogs.com/vamei 欢迎转载,也请保留这段声明.谢谢! 我们之前一直在使用“对象”这个概念,但没有探讨对象在内存中的具体存储方式.这方面的 ...

  4. mac上Apache修改目录浏览权限

    sudo vim /etc/apache2/httpd.conf <Directory "/Library/WebServer/Documents"> # # Poss ...

  5. log4j.properties中的这句话“log4j.logger.org.hibernate.SQL=DEBUG ”该怎么写在log4j.xml里面呢?

    http://www.cnblogs.com/gredswsh/p/log4j_xml_properties.html 请问:log4j.properties中的这句话“log4j.logger.or ...

  6. 【洛谷1337】[JSOI2004] 吊打XXX(模拟退火经典题)

    点此看题面 大致题意: 一个平面上有\(n\)个点,每个点有1个权值,现在要选择平面上的一个点,使这\(n\)个点的权值乘上到达选定点的距离之和最小. 模拟退火 我们可以用模拟退火来做这道题. 先将\ ...

  7. 2018.10.03 NOIP+ 模拟赛 解题报告

    得分: \(30+5+0=35\)(考得真不咋滴) \(T1\):奥义商店(点此看题面) 以为很简单,对着这题想了一个多小时,最后果断打了个暴力交了... ... 看完题解发现其实也不是很难. 对于\ ...

  8. Scanner和 Random类,控制语句的例题,商品管理(直接赋值)

    Scanner类的使用: import java.util.Scanner; class Demo02 { public static void main(String[] args) { //1.导 ...

  9. Ubuntu使用问题解决办法

    http://blog.csdn.net/ll_0520/article/details/6077913

  10. C++ 容器与继承

    如果容器类型定义为基类类型,那么虽然可以把派生类装进容器中,但是不能通过容器访问派生类自己的public成员,派生类将会倍切掉,只保留派生类的基类部分: 如果把容器定义为派生类类型,那么不能把基类类型 ...