-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomparison.html
288 lines (250 loc) · 20.7 KB
/
comparison.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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J69ENZY4TQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J69ENZY4TQ');
</script>
<script type="text/javascript">
!function(){"use strict";!function(e,t){var n=e.amplitude||{_q:[],_iq:{}};if(n.invoked)e.console&&console.error&&console.error("Amplitude snippet has been loaded.");else{var r=function(e,t){e.prototype[t]=function(){return this._q.push({name:t,args:Array.prototype.slice.call(arguments,0)}),this}},s=function(e,t,n){return function(r){e._q.push({name:t,args:Array.prototype.slice.call(n,0),resolve:r})}},o=function(e,t,n){e._q.push({name:t,args:Array.prototype.slice.call(n,0)})},i=function(e,t,n){e[t]=function(){if(n)return{promise:new Promise(s(e,t,Array.prototype.slice.call(arguments)))};o(e,t,Array.prototype.slice.call(arguments))}},a=function(e){for(var t=0;t<g.length;t++)i(e,g[t],!1);for(var n=0;n<m.length;n++)i(e,m[n],!0)};n.invoked=!0;var u=t.createElement("script");u.type="text/javascript",u.integrity="sha384-Gzu/3zjG7uZ1G0TIW6BIGIzZHB61u7328yVnZUz4t1dNE/n/dSnABKbOJ+jw6Bnu",u.crossOrigin="anonymous",u.async=!0,u.src="https://cdn.amplitude.com/libs/analytics-browser-2.5.2-min.js.gz",u.onload=function(){e.amplitude.runQueuedFunctions||console.log("[Amplitude] Error: could not load SDK")};var c=t.getElementsByTagName("script")[0];c.parentNode.insertBefore(u,c);for(var l=function(){return this._q=[],this},p=["add","append","clearAll","prepend","set","setOnce","unset","preInsert","postInsert","remove","getUserProperties"],d=0;d<p.length;d++)r(l,p[d]);n.Identify=l;for(var f=function(){return this._q=[],this},v=["getEventProperties","setProductId","setQuantity","setPrice","setRevenue","setRevenueType","setEventProperties"],y=0;y<v.length;y++)r(f,v[y]);n.Revenue=f;var g=["getDeviceId","setDeviceId","getSessionId","setSessionId","getUserId","setUserId","setOptOut","setTransport","reset","extendSession"],m=["init","add","remove","track","logEvent","identify","groupIdentify","setGroup","revenue","flush"];a(n),n.createInstance=function(e){return n._iq[e]={_q:[]},a(n._iq[e]),n._iq[e]},e.amplitude=n}}(window,document)}();
amplitude.init('bfab8c559a3d5e4dec53ab1760dd3cf9', {
defaultTracking: true,
});
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Difference of Marketing and Product tools in Product Intelligence domain</title>
<meta name="description" content="Marketing tools are used mostly before the product or app or service purchase, while Product tools are used mostly after purchase. Read the article to get the difference and compare.">
<meta name="keywords" content="Product Intelligence, Product Management tools, Compare Product Management tools, UX, CX, PX, User eXperience, Customer eXperience, Player eXperience">
<link href="src/web/common/fonts/Bebas_Neue/Bebas_Neue.css" rel="stylesheet"> <!-- menu font -->
<link href="src/web/common/fonts/Crimson_Pro/Crimson_Pro.css" rel="stylesheet"> <!-- p text font -->
<link href="src/web/common/fonts/Vollkorn/Vollkorn.css" rel="stylesheet"> <!-- h2, h3 font -->
<link href="src/web/common/fonts/Averia_Serif_Libre/Averia_Serif_Libre.css" rel="stylesheet"> <!-- smooth nice font for action button -->
<script type="text/javascript" src="src/web/common/bootstrap/bootstrap.5.3.0-alpha.min.js"></script>
<link href="src/web/common/bootstrap/bootstrap.5.3.0-alpha.min.css" rel="stylesheet">
<link href="src/web/common/css/dtu_css.css" rel="stylesheet">
<link href="src/web/marketing/css/dtu_css.css" rel="stylesheet">
<style type="text/css">
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-light" data-dtu="Navbar">
<div class="container-fluid">
<a class="navbar-brand" href="index.html" data-dtu>Do They Use</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation" data-dtu="Menu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav margin-left-6">
<li class="nav-item">
<a class="nav-link" href="problem.html" data-dtu>Problem</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="comparison.html" data-dtu>Comparison</a>
</li>
<li class="nav-item">
<a class="nav-link" href="case-studies.html" data-dtu>Case studies</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mission_and_vision.html" data-dtu>Mission & Vision</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://medium.com/do-they-use-it" target="_blank" rel="external" data-dtu>Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contacts.html" data-dtu>Contacts</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="row justify-content-center clip">
<div class="col-lg-11 col-11 center margin-top-10">
<h1>Compare</h1>
</div>
<div class="col-lg-6 col-11">
<h2>Do They Use vs. Google Analytics and alike tools</h2>
<p><b>Do They Use</b> and <b>Google Analytics</b> apps are not competitors. They work together. For example, this website has both Google Analytics and Do They Use apps enabled. These apps are for different purposes.</p>
<p><b>Google Analytics</b>-alike tools (<a href="https://analytics.google.com/analytics/web/" target="_blank" rel="nofollow" data-dtu>Google Analytics</a>, <a href="https://www.heap.io" target="_blank" rel="nofollow" data-dtu>Heap.io</a>, <a href="https://mixpanel.com" target="_blank" rel="nofollow" data-dtu>Mixpanel</a>, <a href="https://amplitude.com" target="_blank" rel="nofollow" data-dtu>Amplitude</a>, <a href="https://www.smartlook.com" target="_blank" rel="nofollow" data-dtu>Smartlook</a> and similar) help us to convert our visitors to buyers, to customers, to users. Keywords for such tools identification: conversions, cohorts, retention, revenue, funnels, leads, events, aquisition, engagement, monetization, page views, scrolls, sessions, etc. — this is what these apps focus on.</p>
<p>But once visitors are converted, once they bought our digital product and started using it, there's nothing to convert anymore. Since that moment all we want — is to increase lifetime value <b>both for and from</b> our customers.</p>
<p>One of the ways we can do it — is by providing great UX/CX/PX in our apps. And this is where <b>Do They Use</b> app comes in: it helps us to build delightful UX/CX/PX for the customers who already buy from us, who already use our products. It does that by providing development teams with quantitative data analysis for their digital Products. Keywords for such tools identification: elements usage, features usage, users who most / least use this element / feature, users that never use an element / feature, elements that have never been used by specific group of users, element / feature adoption, frequency of use for element / feature, etc.</p>
<p><b>Google Analytics</b>-alike tools are used mainly before the purchase of our app or product and are used much less after the purchase. They optimize for a purchase. <b>Do They Use</b> app is used mostly after purchase of our app or product and much less before the purchase. It optimizes for delight, for upsales, for repetition of purchases. That's why Marketing tools are mostly for "before purchase" (or choose to use) phase, and Product tools are mostly for "after purchase" phase. And that's why the name of the app: <b>Do They Use</b>. All Product tools could have been named "Do They Use?"-tools. While Marketing tools could have been named "Do They Convert?"-tools.</p>
</div>
<div class="col-10">
<div class="row">
<div class="col-lg">
<h3 id="marketing">Google Analytics — is for <span class="bg-gold">Marketing</span></h3>
<p><b>Google Analytics</b> — is a tool for Marketing and Product Marketing analytics. It helps teams to understand if there any visitors on website, where do they come from (both geographycally and from any referring web resource), how much time do they spend on web site, do they visit links in the menu, do they "convert" and how much, etc. It helps teams to make Product Marketing decisions.</p>
<p>Google Analytics helps to get answers on the questions like:</p>
<ul>
<li>Do we have visitors on our website and mobile app?</li>
<li>If yes, which pages or screens do they visit? And how many times?</li>
<li>How many visitors?</li>
<li>How much time do they spend on each page?</li>
<li>Did they view the page, did they scroll?</li>
<li>Which page to page paths do they usually navigate?</li>
<li>Do they "convert" (signup, buy, download, leave a email, etc.)? And how many? What is conversion rate?</li>
<li>Where do they come from (organic search, advertisements, social networks, etc.)?</li>
<li>Where do they come from (country, city)?</li>
<li>What platforms do they use (desktop, tablet, smartphone)?</li>
<li>What browsers do they use?</li>
<li>What is their screen resolution size?</li>
<li>What is about engagement?</li>
<li>etc.</li>
</ul>
<p>This information helps teams to optimize their apps and services for the puproses they were created:
<ul>
<li>convert visitors into users / customers / players (buy, download something, leave an emeail, etc.);</li>
<li>connect customers with Support / Sales / HR;</li>
<li>provide visitors with open job positions;</li>
<li>provide visitors with more information about the company.</li>
</ul>
</p>
</div>
<div class="col-lg">
<h3 id="product">Do They Use — is for <span class="bg-gold">UX/CX/PX</span></h3>
<p><b>Do They Use</b> — is an app for Product Management and Product Development. It helps teams make product decisions to do what matters from Product and UX/CX/PX points of view. Do They Use helps teams to get answers on questions "what to develop next and why" based on their app real usage data.</p>
<p><b>Do They Use</b> app helps to get answers on the questions like:</p>
<ul>
<li>Do they use all webpage or app elements?</li>
<li>Which elements do they use most often?</li>
<li>Which elements they never use?</li>
<li>Which elements do most of the users use? Which ones are barely used by anyone?</li>
<li>What options do they choose most often? Which ones they never choose?</li>
<li>Does our new feature or web element gets traction? How it goes live?</li>
<li>What elements need our attention (because of too high or too low usage)?</li>
<li>What elements started to have anomaly of usage: too high or too low usage? Maybe we released some bug and now we have such anomaly there?</li>
<li>Who of them actually uses this? Are they real buying customers or they are just free trial users, leads, your employees or simply visitors?</li>
<li>etc.</li>
</ul>
<p>Development teams get the insights on what could be improved in the app based on real usage data that helps to grow the business as well. They don't just optimize. They optimize for the categories of customers they see really use the app. It helps to understand if users use all the elements on each screen of the app, how much do they use and who of them namely. It helps to understand which options (radio, checkbox, dropdown list, file, range, etc.) are selected the most, which controls are most popular and which not.</p>
<p>This information helps teams to get rid of elements and options that never being used and to focus optimization of UX/CX/PX for the different kinds of users and users groups to grow the business:
<ul>
<li>already buing customers;</li>
<li>free users who eventually convert to buying customers;</li>
<li>free users who never convert to buying customers, but who ambasador and advocate for the app and help to bring more new buying customers.</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-11">
<h2>Examples of areas of application</h2>
<p>So, Product Analytics could be done differently, but in general there are two major domains there: <span class="bg-gold">Marketing</span> and <span class="bg-gold">Product</span>. Below are examples for Marketing and Product for different software development branches: GameDev, SaaS, Banking, Payments, Music, etc.
</p>
</div>
<div class="row justify-content-center">
<div class="col-lg-6 col-11">
<h2 id="gamedev">Games Development</h2>
<p>As an example here I've chosen BrawlStars game (made by Finnish company Supercell) because we play it with my 9-year old niece. This is a multiplayer online battle arena and third-person hero shooter video game which is available both for iOS and Android.</p>
<p>Released worldwide on December 12, 2018, the game was nominated for "Mobile Game" and "EE Mobile Game of the Year" at the 15th British Academy Games Awards.</p>
<p>In 2020, Brawl Stars had the second highest gross of any mobile game in Europe. It grossed $526M in total in 2020, which accounted for more than half its life time revenue. It was also the fourth game by Supercell to surpass $1B in lifetime revenue.
</p>
</div>
</div>
<div class="col-10">
<div class="row">
<div class="col-lg">
<h3>Product Analytics: Marketing</h3>
<p>On a <a href="https://supercell.com/en/games/brawlstars/" target="_blank" rel="nofollow" data-dtu>Brawl Stars game website</a> Google Analytics is used for Marketing analysis: to get to know visitors audience better and optimize UX/CX for them:</p>
<img alt="Brawl Stars marketing website" src="https://www.dropbox.com/s/u0djl9epdf3r7rs/supercell-brawlstars-marketing.png?raw=1" style="max-height: 250px;">
<p><b>Examples of Marketing questions to answer:</b>
<ul>
<li>What is the fraction of Mac and iOS visitors click on "App Store" link? What is a "Visitor to Player" conversion rate for this specific category of visitors?</li>
<li>Are we OK with this conversion rate for Mac and iOS visitors? Does this conversion rate meets our KPI's for this web site?</li>
<li>If it doesn't meet our KPI's, what can we do? What are the insights for improvements?</li>
</ul>
</p>
</div>
<div class="col-lg">
<h3>Product Analytics: PX</h3>
<p>In a Brawl Stars game app Product Analytics tools are used to get to know users better, define different categories of users and optimize UX/PX for each user category separately:</p>
<img alt="Brawl Stars game screen" src="https://www.dropbox.com/s/wv4ko8jn5qq4ykv/brawl-stars-main.jpg?raw=1" style="max-height: 250px;">
<p><b>Examples of Product questions to answer:</b>
<ul>
<li>What is the fraction of buying players who click on "Menu" icon in the top-right corner? Do they use this element?</li>
<li>Give me UserID's of those players who use the "Menu" button? I want to investigate why do they use it, what job to be done they hire this button to do.</li>
<li>Give me UserID's of players who used the "Menu" button less than 3 times during last 3 months? I want to investigate why they don't use it.</li>
</ul>
</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-6 col-11">
<h2 id="saas">Software as a Service</h2>
<p>I've chosen GitHub as an example here because I use it and I like it. More than that, this web-site is hosted by GitHub Pages right now.</p>
<p>GitHub — is an Internet service made for software development and version control based on Git SVC. It provides the distributed version control of Git plus access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project.</p>
<p>As of January 2023, GitHub reported having over 100 million developers and more than 372 million repositories, including at least 28 million public repositories. It is the largest source code host as of November 2021.</p>
</div>
</div>
<div class="col-10">
<div class="row">
<div class="col-lg">
<h3>Product Analytics: Marketing</h3>
<p><b>GitHub</b>. On SaaS service website Marketing Analytics tools (like Google Analytics) are used to get to know visitors audience better and optimize eXperience for them:</p>
<img alt="GitHub marketing website" src="https://www.dropbox.com/s/r1sxcf3vji8zpk8/github-marketing.png?raw=1" style="max-height: 250px;">
<p><b>Examples of Marketing questions to answer:</b>
<ul>
<li>What is the fraction of Visitors convert to Customers signing up from this page? What is a "Visitor to Customer" conversion rate for web page visitors?</li>
<li>Are we OK with this conversion rate? Does this conversion rate meets our KPI's for this web site?</li>
<li>If it doesn't meet our KPI's, what can we do? What are the insights for improvements?</li>
</ul>
</p>
</div>
<div class="col-lg">
<h3>Product Analytics: UX</h3>
<p>In GitHub account Product Analytics tools are used to get to know users better to optimize UX for them:</p>
<img alt="GitHub service website" src="https://www.dropbox.com/s/acpp7m91hma4u98/github-account.png?raw=1" style="max-height: 250px;">
<p><b>Examples of Product questions to answer:</b>
<ul>
<li>What is the fraction of users who click on "Settings" wheel icon near "About" section? Do they use this element at all?</li>
<li>Give me UserID's of those users who use this "Settings" icon? I want to investigate why do they use it, what job to be done they hire this icon to do.</li>
<li>Give me UserID's of users who used the "Settings" icon 1 time or less during last 3 months? I want to investigate why they don't use it.</li>
</ul>
</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-6 col-11">
<h2 id="others">Other digital Products categories</h2>
<p>This section is just to show you the appliance of all the above in another different software development domains and apps and services.</p>
</div>
</div>
<div class="col-10 margin-bottom-7">
<div class="row">
<div class="col-lg">
<h3>Product Analytics: Marketing</h3>
<h4>Google Analytics-alike tools are used to optimize UX/CX for such kind of digital products:</h4>
<p><b>Stripe</b> marketing web-site:</p>
<img alt="Stripe service website" src="https://www.dropbox.com/s/aw9tsbxkqvg359c/stripe-marketing.png?raw=1" style="max-height: 250px;">
<p><b>Spotify</b> marketing web-site:</p>
<img alt="Spotify service website" src="https://www.dropbox.com/s/wlulaqv74k4cjar/spotify-marketing.png?raw=1" style="max-height: 250px;">
<p><b>Raiffeisen</b> marketing web-site:</p>
<img alt="Raiffeisen service website" src="https://www.dropbox.com/s/bek8peu9nldsbvx/raiffeisenbank-marketing.png?raw=1" style="max-height: 250px;">
</div>
<div class="col-lg">
<h3>Product Analytics: CX</h3>
<h4>DoTheyUse-alike tools are used to optimize UX/CX/PX for such kind of digital products:</h4>
<p><b>Stripe</b> service web-site:</p>
<img alt="Stripe marketing website" src="https://www.dropbox.com/s/vj90qfw2bwaqpo2/stripe-account.png?raw=1" style="max-height: 250px;">
<p><b>Spotify</b> service web-site:</p>
<img alt="Spotify marketing website" src="https://www.dropbox.com/s/avcn2o2wrfwcghu/spotify-account.png?raw=1" style="max-height: 250px;">
<p><b>Raiffeisen</b> service web-site:</p>
<img alt="Raiffeisen marketing website" src="https://www.dropbox.com/s/p71wulc4vwzvnz8/raiffeisenbank-account.png?raw=1" style="max-height: 250px;">
</div>
</div>
</div>
</div>
<script src="src/dtu_app/src/db/dtu_db.js?v=11"></script>
<script src="src/dtu_app/src/rx_api/dtu_rx_api.js?v=11"></script>
<script src="src/dtu_app/src/customer/dtu_sdk_js/dtu_sdk.js?v=11"></script>
<script type="text/javascript">
dtu.set_topic('your real usage now');
</script>
</body>
</html>