-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMarketing Work Week.Rmd
146 lines (117 loc) · 3.58 KB
/
Marketing Work Week.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
---
title: "5 Minutes of Marketing"
resource_files:
- images/Connect_Dashboard.png
- images/Empowered_Analysts.png
- images/Package_Mosaic.png
- images/RStudio_Cloud.png
- images/Typical_Setup.png
- images/Shiny_Apps.png
subtitle: Roger Oberg
output:
xaringan::moon_reader:
css: rstudio.css
nature:
countIncrementalSlides: yes
highlightLines: yes
highlightStyle: github
ratio: '16:9'
seal: yes
---
```{r setup, include=FALSE}
#Shortcuts
#c: Create a clone presentation on a new window
#p: Toggle PresenterMode
#f: Toggle Fullscreen
options(htmltools.dir.version = FALSE)
library(ggplot2)
library(dplyr)
library(knitr)
library(kableExtra)
thm <- theme_bw() +
theme(
panel.background = element_rect(fill = "transparent", colour = NA),
plot.background = element_rect(fill = "transparent", colour = NA),
legend.background = element_rect(fill = "transparent", colour = NA),
legend.key = element_rect(fill = "transparent", colour = NA)
)
theme_set(thm)
```
class: class: dark-green, middle
*The primary mission of RStudio is to build a sustainable open-source business that creates software for data science and statistical computing.*
*Our open source projects are supported by our commercial products that help teams of R users work together effectively, share computing resources, and publish their results to decision makers within the organization.*
???
This is a kinda cool slide to start with
---
class: rstudio-slide, left
# Agenda
.huge[
1. What does Marketing do?
2. Who does it?
3. What’s important in 2018?
]
.right-column[![](https://www.companyregistrationinsingapore.com.sg/wp-content/uploads/2015/10/Depositphotos_53776311_l-2015.jpg)]
---
class: rstudio-slide, left
# High Leverage Strategy Recap
.large[
- Build free and open source R tools that get rave reviews from end users and create self-sustaining support community (displaces traditional enterprise software sales, outbound marketing & support expenses.)
- Create commercial upgrades and complementary products with compelling value
- Price appropriate to incremental value and relative to entrenched analytic tools.
- Build 3rd party training & consulting ecosystem (stay focused on software)
Optimize for inbound go-to-market with mix of direct sales (new and expand renewals), OEM / VAR, and referral partners and agents.
]
---
class: rstudio-slide, left
# What does Marketing do?
.large[
- Product - “Whole” products (McKenna, Moore)
- <highlight>Position - who, what, why, how</highlight>
- <highlight>Price - incremental value-based</highlight>
- <highlight>Promote - thoughtfully</highlight>
- <highlight>Package - bundles and “solutions”</highlight>
- Place - Direct and Indirect
]
.pic-right[![]()]
---
class: rstudio-slide, left
# What does Marketing do?
.large[
- Product
- Position
- Price
- <highlight>Promote<highlight>
- Package
- Place
]
---
# Who does what?
.large[
- Robert Bethell - Campaigns
- Bill Carney - Programs
- Anne Carome - Events
- Curtis Kephart - Community
- Roger Oberg - Strategy
- Joseph Rickert - Ambassador
- Greg Swinehart - Website(s)
- Dave Hurst - Honorary Member (Bus Dev)
]
---
class: rstudio-slide, left
# What’s Important in 2018?
.large[
- 4,500 QPLs / 700 Opps / 470 New Orders
- Launches (R & TF, RPM, rstudio.cloud, RDP)
- Conferences (rstudio::conf, Gartner…)
- Enterprise pricing and packaging
- Life Sciences and Financial Services programs
- Community design, growth, and engagement
- Resellers (Instant, Standard, Certified)
- Website Effectiveness
- Ramping up Video
]
---
class: class: dark-gray, middle
.huge[
Discussion
]