Today we start to learn something about marketing together.Sometimes i just propose a question,and i need you to think about the problem with me.

Part one

Marketing:exchange between buyer and seller

1)buyer's market:product focus market

2)seller's market:customer focus market(meet customer need)

What customer want? How to pick or choose customers('cause we cann't meet all customers' need)?

Make customer willing to buy? Create some value?

Profitable ---> Building customer loyalty:

give customer exactly what they want ---> keep creating value ---> deliver value to customer --->loyalty (customer share)

3)connected community (Experience,focus deeper on customer experiential value,"Customer is lord!")

4)global recession:economic uncertainty (Trust,focus on genuine customer value-reset,discipline,flexibility,cut cost..)

5)Conclusion:

①product orientation:generic product,persuade customer to want what the firm has

Competitive advantage (CA):lowest cost

Profitability drivers (PD):market share

②marketing orientation:different products/services,persuade firm to offer what the customer want

CA:quality and service,customer knowledge

PD:customer share,customer loyalty

③experience orientation:experiential value,manage customer's entire experience with the firm

CA:transformation,customer as co-creator of value

PD:buzz(暗中散布),referrals

④trust orientation:genuine value,priortize building a relationship of trust and discipline

CA:trust

PD:discipline

Part two

1.three principles of marketing:

1)principle of customer value (rather than competition)

2)principle of differentiation (do better than competition)

3)principle of segmentation (segment market),targeting (target customer),and positioning (position brand)

2.4 P's of marketing:

product (seller), place (deliver/exchange), promotion (communication), price (buyer)

3.market-driven principle:

1)know your markets:competitive,global,customers' need (value ---> deliver)

2)customers have the final say:they cann't consider anything,but they would choose what they want at that time

how they pick?

decision process (3 bundles):operational factor,product features,customer needs

3)commit to being the first in the market you serve (but everyone tends to copy!!)

4)deliver total quality to guarantee customer satifaction

Marketing learning-1的更多相关文章

  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. arcgis textsymbol overlap

    arcgis  textsymbol   overlap   textsymbol  重叠的问题  du?de?  duration??    arcgis  for  javascript 如何避免 ...

  2. vs移动团队项目集合

    vs移动团队项目集合: https://msdn.microsoft.com/zh-cn/library/vs/alm/dd936138(v=vs.120)/css

  3. linux 命令——54 ping(转)

    Linux系统的ping 命令是常用的网络命令,它通常用来测试与目标主机的连通性,我们经常会说“ping一下某机器,看是不是开着”.不能打开网页时会说“你先ping网关地 址192.168.1.1试试 ...

  4. co-dialog弹出框组件-版本v2.0.0

    co-dialog theme 访问git:co-dialog 版本v2.0.0 主题2 coog.app('.theme2').use({ title: 'JUST CHECKING.', mess ...

  5. 为Visual Studio 2012添加MSDN离线帮助

    之前有网络的情况下,一直使用的都是在线的,最近又有笔记本上面有时使用时没有网络,所以就想使用下离线的MSDN包.可是找了半天,发现都是需要再次进行下载的.VS2012使用的帮助程序是HelpViewe ...

  6. 【BZOJ1029】[JSOI2007] 建筑抢修(堆优化贪心)

    点此看题面 大致题意: 有N个受到严重损伤的建筑,对于每个建筑,修好它需要\(T1\)秒,且必须在\(T2\)秒之前修完(\(T1\)与\(T2\)不是固定值),问你最多能修好几个建筑. 题解 一看到 ...

  7. 问题 F: 等比数列

    问题 F: 等比数列 时间限制: 1 Sec  内存限制: 64 MB提交: 2699  解决: 1214[提交][状态][讨论版][命题人:外部导入] 题目描述 已知q与n,求等比数列之和: 1+q ...

  8. python_36_文件操作4

    f=open('test.txt','a',encoding='utf-8') #f.truncate()#截断,不指定将清空所有内容 f.truncate(5)#从头开始截断,截断5个字符 注:使用 ...

  9. SecureCRT连接Linux

    一.服务端 1.在linux上安装openssh-server服务,并确认打开了22监听端口 1)安装openssh-server:apt-get install openssh-server 2)查 ...

  10. Winform导入Excel数据到数据库

    public partial class ImportExcel : Form { AceessHelpers accessHelper = new AceessHelpers(); public I ...