Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Product metrics for developers
Search
Salahutdinov Dmitry
June 11, 2020
Programming
0
67
Product metrics for developers
What developers need to know about product metrics
Salahutdinov Dmitry
June 11, 2020
Tweet
Share
More Decks by Salahutdinov Dmitry
See All by Salahutdinov Dmitry
Fullstack monitoring
dsalahutdinov
0
200
Kubernetes-native Ruby development
dsalahutdinov
0
460
Business Impact Driven Development
dsalahutdinov
0
330
Optimistic UI with Logux & Ruby (RubyRussia)
dsalahutdinov
0
370
bidd.pdf
dsalahutdinov
0
280
Optimistic UI with Logux & Ruby
dsalahutdinov
0
240
Optimistic UI and live updates with Logux & Ruby
dsalahutdinov
1
1.8k
Outdated browser detection with Browserslist
dsalahutdinov
1
340
Other Decks in Programming
See All in Programming
iOSアプリ開発で 関数型プログラミングを実現する The Composable Architectureの紹介
yimajo
2
200
事業戦略を理解してソフトウェアを設計する
masuda220
PRO
22
5.9k
GoのGenericsによるslice操作との付き合い方
syumai
2
480
eBPFを用いたAIネットワーク監視システム論文の実装 / eBPF Japan Meetup #4
yuukit
3
750
ワイがおすすめする新潟の食 / 20250530phpconf-niigata-eve
kasacchiful
0
300
2度もゼロから書き直して、やっとブラウザでぬるぬる動くAIに辿り着いた話
tomoino
0
160
つよそうにふるまい、つよい成果を出すのなら、つよいのかもしれない
irof
1
280
try-catchを使わないエラーハンドリング!? PHPでResult型の考え方を取り入れてみよう
kajitack
3
500
Java on Azure で LangGraph!
kohei3110
0
110
社内での開発コミュニティ活動とモジュラーモノリス標準化事例のご紹介/xPalette and Introduction of Modular monolith standardization
m4maruyama
0
120
ワンバイナリWebサービスのススメ
mackee
10
7.7k
機械学習って何? 5分で解説頑張ってみる
kuroneko2828
0
200
Featured
See All Featured
Designing for humans not robots
tammielis
253
25k
Navigating Team Friction
lara
186
15k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Facilitating Awesome Meetings
lara
54
6.4k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.8k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
123
52k
Balancing Empowerment & Direction
lara
1
280
A designer walks into a library…
pauljervisheath
206
24k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
6
690
Transcript
1 Business impact driven development Dmitry Salahutdinov 12/10/209 Salahutdinov Dmitry
Product metrics for developers What and why developers should get deep into product analytics
Hey, my name is Dmitry 2 +
AMPLIFR 3
4 Vital project: 400m2
Continuous delivery
Canary releases A/B Testing
7 Feature Toggling
Experimenting
Measuring
Analysis Reinforcement
11 Process is iterative and continuous Area, time, workers are
limited Needs are growing Persistently
12 Продакт овнер? Growth hacker? Typical weekday?
13 Продакт овнер? Growth hacker? Startup? Product owner?
14 Продакт овнер? Growth hacker? Startup? Product owner? Growth hacker?
Yep! Run experiments to increase impact Monitoring Analysis Changes
16 Using tools and techniques to turn data into meaningful
business insights Analytics
Business metrics Trial to Payment conversion Paid users outflow 17
Highest level metrics about performing product as “money maker”
18 Product metrics ↗ Feature A Usage Middle-level performance metrics
in terms of product features
19 Tech metrics Low-level metrics metrics how the technical underground
perform
20 Are numbers
That are the only one truth Measure The only One
Truth! Everyone in your team has own background and insights Product analytics works both: for developer & product owner 21
22 Analytics/Metrics - is the only one source of true
data
23 Analytics/Metrics - is the only one source of true
data - helps approve good ideas
24 Analytics/Metrics - is the only one source of true
data - helps approve good ideas - helps reject bad ideas
25 Analytics/Metrics - is the only one source of true
data - helps approve good ideas - helps reject bad ideas - works both ways
Example: main feature fails Error rates correlates with users outflow
User outflow Let developers earn money by increasing code quality: Do refactoring legacy code and give back technical debt ☺ Fail Post 26
27 Product Owner Developer Business Role distribution
28 Product Owner Developer Business Startup role distribution
Proper tools 29
Tracking events 30
Show graphical data, compare Data visualisation Scheduled Post Created Draft
31
Metadata Event metadata stores “as is” User metadata associates within
current event Pass extra user & event data to analytics 32
Metadata usage Scheduled Post by user having Billing Plan “A”
Scheduled Post by user having Billing Plan “B” 33 Extra date for details analysis
Multiple platroms support Mobile application Web(frontend/backend) 34
Track releases Release: feature deployment Release: feature improvement 35
Instrumentation ⚒ 36
Amplitude 37
10 millions events for free 38
Amplitude API 39
Backend integration Ruby sample Node JS Mobile 40
Frontend integration 41
Share user properties Render “backend” User properties Pass actual user
properties With events 42
Empirical tips 43
verb + noun (e.g. 'clicked signup’) noun + verb (e.g.
'signup clicked') Naming Scheduled Post Draft created Save post saved Fail to post ... ... ✅ ❌ Event naming convention prevents entropy 44
Separate environments To keep experiments pure and prevent testing events
mixing Overall data Testing data Very significant for low traffic experiments! 45
Organise events & properties And keep it simple 46
Use cases 47
Existing feature analysis Start to collect metrics - measure feature
performance - make a decision: improve or remove Measure business performance metrics before 48
New feature investigating/testing Start to collect metrics New feature deployment
Ensure to have previous and next metrics collected 49
Incremental improvements Do small experiments with performance analysis 50
Impact driven? For getting business impact 51
52 Every change has to do an impact
Impact work cycle 53 - collect metrics
Impact work cycle 54 - collect metrics - analyse performance/profit
Impact work cycle 55 - collect metrics - analyse performance/profit
- make a prediction (hypothesis)
Impact work cycle 56 - collect metrics - analyse performance/profit
- make a prediction (hypothesis) - run & monitor
Impact work cycle 57 - collect metrics - analyse performance/profit
- make a prediction (hypothesis) - run & monitor - repeat if ok, reject if not Experiment
58 Example: health hacking :)
Necessary conditions 59 - Statistical correctness of analytics
Necessary conditions 60 - Statistical correctness of analytics - Traffic
vs Duration
Necessary conditions 61 - Statistical correctness of analytics - Traffic
vs Duration - Prevent interception
Necessary conditions 62 - Statistical correctness of analytics - Traffic
vs Duration - Prevent interception - Overhead for small experiments
Necessary conditions 63 - Statistical correctness of analytics - Traffic
vs Duration - Prevent interception - Overhead for small experiments - Time consuming for huge ones
Analytics makes devs happy get deeper to a business process
essence to increase developer culture (awareness of feature benefits) to reduce communication blockers (distributed teams) to motivate yourself unique argumentation system to growth experience & expertise 64
Thank you ❤ @dsalahutdinov1 @dsalahutdinov https://dev.to/amplifr https://amplifr.com 65