-
Notifications
You must be signed in to change notification settings - Fork 0
/
canvas_complete_As_Is.html
147 lines (142 loc) · 6.6 KB
/
canvas_complete_As_Is.html
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
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>06_AmericasForBMI Enterprise View (BMCanvas)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/canvas.css" rel="stylesheet">
<meta name="description" content="Business Model Canvas Template">
<meta name="author" content="Luc Vanrobays">
<link href='http://fonts.googleapis.com/css?family=Headland+One' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/font-awesome.css">
</head>
<body>
<div class="container">
<h1>AmericasForBMI As-Is Enterprise View (Business Model Canvas)</h1>
<!-- Canvas -->
<table id="bizcanvas" cellspacing="0" border="1">
<!-- Upper part -->
<tr>
<td colspan="2" rowspan="2">
<h4>Key Partners <i class="fa fa-venus-mars pull-right"></i></h4>
<ul>
<li>
<p><a href="http://www.insightsassociation.org/">Insights Association</a> - merge of the Marketing Research Association(MRA) with Council of American Survey Research Organizations (CASRO) in January, 2017.</p>
</li>
<li>
<p>Specialized Market Research Companies</p>
</li>
<li>
<p>FreeLance Interviewers</p>
</li>
<li>
<p>FreeLance DataScientists</p>
</li>
</ul>
</td>
<td colspan="2">
<h4>Key Activities<i class="fa fa-puzzle-piece pull-right"></i></h4>
<p>
<ul>
<li>
<p>Design Surveys</p>
</li>
<li>
<p>Delivering qualitative-quantitative study methods that cover the whole lifecycle of the product-advertising.</p>
</li>
<li>
<p>Identify the <strong> target groups</strong> to take the survey</p>
</li>
</ul>
</p>
</td>
<td colspan="2" rowspan="2">
<h4>Value Proposition<i class="fa fa-gift pull-right"></i></h4>
<p>Identify market impulses (via face-to-face, phone, email survey) to develop for its customers the most effective marketing and advertising actions, in response to the demands and emerging changes of the market.</p>
<p>Delivering qualitative-quantitative study</p>
</td>
<td colspan="2">
<h4>Customer Relationship <i class="fa fa-heart-o pull-right"></i></h4>
<p>
<ul>
<li>Automation where possible</li>
<li>Dedicated Sales for Large Accounts</li>
</ul>
</p>
</td>
<td colspan="2" rowspan="2">
<h4>Customer Segments<i class="fa fa-crosshairs pull-right"></i></h4>
<p>
<ul>
<li>StartUps</li>
</ul>
<p>-- B2B, business to business<br /> -- B2C, business to consumer<br /> -- C2C, consumer to consumer<br /> -- B2G, business to governement</p>
<ul>
<li>
<p>Financial Startups</p>
</li>
<li>
<p>Digital Transforming Companies</p>
</li>
</ul>
<p>-- Fortunes 500 Companies<br /> -- Other</p>
<ul>
<li>Criteria used by MonkeySurvey/AYTM</li>
</ul>
<p>Strategy : Undifferentiated strategy (Mass Mktg)</p>
<p>-- Questions per survey Limited/Unlimited<br /> -- Monthly/Yearly Billing<br /> -- Questions per survey<br /> -- Nbr of responses per survey </p>
</p>
</td>
</tr>
<!-- Lower part -->
<tr>
<td colspan="2">
<h4>Key Resources<i class="fa fa-globe pull-right"></i></h4>
<p>
<ul>
<li>10 senior psychologists, all members of Insights Association</li>
<li>15 area managers</li>
<li>800 home interviewers throughout the country</li>
<li>100 telephone interviewers, who are co-ordinated by 4 supervisors</li>
<li><a href="https://www.yaas.io/">SAP Hybris YAAS Micro-services</a>
</li>
<li>
<a href="https://open.sap.com/courses/hsgs1/items/dHo9qArLAIZt9Gj90tYIF#654">SAP HANA Geo Spatial Clustering Survey Analysis</a>
</li>
</ul>
</p>
</td>
<td colspan="2">
<h4>Channels<i class="fa fa-truck pull-right"></i></h4>
<p>
<ul>
<li>Global Sales and Support Team</li>
<li>Multi-product Salesforce</li>
</ul>
<hr />
<ul>
<li>Mobile App via AppleStore/Play</li>
<li>Website and WebAPIs</li>
<li>Marketing Congress</li>
</ul>
</p>
</td>
</tr>
<tr>
<td colspan="5">
<h4>Cost Structure<i class="fa fa-credit-card pull-right"></i></h4>
<p>...</p>
</td>
<td colspan="5">
<h4>Revenue Streams<i class="fa fa-calculator pull-right"></i></h4>
<p>...</p>
</td>
</tr>
</table>
<!-- /Canvas -->
</div>
<!-- Javascript loading -->
<script src="js/jquery.min.js"></script>
<script src="js/canvas.js"></script>
</body>
</html>