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. js基础笔录

    1.页面中获取对象 document.getElementById("demo") 2.在页面加载时向 HTML 的 <body> 写文本 document.write ...

  2. 工作流性能优化(敢问activiti有扩展性?)(1)

    工作流待办(首页待办列表),加载缓慢,activiti本机,看了代码又是全部数据加载到内存,然后代码过滤,我为什么又说又呢? 用VisualVM做性能测试:   之前同事给的解决方案: 1.把&quo ...

  3. UVA 12166 Equilibrium Mobile(贪心,反演)

    直接贪心.先想想最后平衡的时候,如果知道了总重量,那么每一个结点的重量其实也就确定了. 每个结点在左在右其实都不影响,只和层数有关.现在反过来,如果不修改某个结点,那么就可以计算出总质量,取总质量出现 ...

  4. 【洛谷2216】[HAOI2007] 理想的正方形(二维RMQ)

    点此看题面 大致题意: 求出一个矩阵中所有\(n*n\)正方形中极差的最小值. 另一种做法 听说这题可以用单调队列去做,但是我写了一个二维\(RMQ\). 二维\(RMQ\) \(RMQ\)相信大家都 ...

  5. CUDA核函数参数示意:Kernel<<<Dg,Db, Ns, S>>>(param list)

    核函数是GPU每个thread上运行的程序.必须通过__gloabl__函数类型限定符定义.形式如下: __global__ void kernel(param list){  } 核函数只能在主机端 ...

  6. 借鉴一些关于js框架的东西

    八款Js框架介绍及比较,Dojo .Scriptaculous .Prototype .yui-ext .Jquery .Mochikit.mootools .moo.fx,componentartu ...

  7. final关键字,static关键字

    Final final的意思为最终,不可变.final是个修饰符,它可以用来修饰类,类的成员,以及局部变量.不能修饰构造方法. 注意: 被final修饰的类不能被继承但可以继承别的类 class Yy ...

  8. 数组 -----JavaScript

    本文摘要:http://www.liaoxuefeng.com/ JavaScript的Array可以包含任意数据类型,并通过索引来访问每个元素.(数据里面可以有多个不同类型的元素组成) 要取得Arr ...

  9. Beyond Compare在Mac下永久试用

    转自 作者:忆如初 链接:https://www.jianshu.com/p/596b4463eacd 来源:简书 简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处. 亲测可用 一. ...

  10. redis 设置密码验证

    1.找到配置文件:如/etc/redis/redis.conf 2.找到以下内容 # requirepass foobared 3.修改为(redispassword是密码) requirepass ...