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
Intro to Firebase Analytics
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Steven Hsieh
June 29, 2016
Technology
0
5k
Intro to Firebase Analytics
@0629 Web Analytics 101
@0721 Firebase meetup
Steven Hsieh
June 29, 2016
Tweet
Share
More Decks by Steven Hsieh
See All by Steven Hsieh
Firebase & BigQuery 實戰分享
peikangh
0
670
Data-driven User Experience Design
peikangh
1
690
Other Decks in Technology
See All in Technology
[JAWS DAYS 2026]私の AWS DevOps Agent 推しポイント
furuton
0
130
AWS SES VDMで 将来の配信事故を防げた話
moyashi
0
250
クラウド時代における一時権限取得
krrrr38
1
180
Kaggleの経験が実務にどう活きているか / kaggle_findy
sansan_randd
7
1.3k
技術的負債の泥沼から組織を救う3つの転換点
nwiizo
8
3.2k
生成AIの利用とセキュリティ /gen-ai-and-security
mizutani
1
1.5k
PMBOK第8版は第7版から何が変わったのか(PMBOK第8版概要解説) / 20260304 Takeshi Watarai
shift_evolve
PRO
0
100
DX Improvement at Scale
ntk1000
3
440
us-east-1 に障害が起きた時に、 ap-northeast-1 にどんな影響があるか 説明できるようになろう!
miu_crescent
PRO
13
4k
JAWS Days 2026 楽しく学ぼう! 認証認可 入門/20260307-jaws-days-novice-lane-auth
opelab
10
1.7k
スクリプトの先へ!AIエージェントと組み合わせる モバイルE2Eテスト
error96num
0
120
S3はフラットである –AWS公式SDKにも存在した、 署名付きURLにおけるパストラバーサル脆弱性– / JAWS DAYS 2026
flatt_security
0
1.6k
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
How GitHub (no longer) Works
holman
316
140k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Darren the Foodie - Storyboard
khoart
PRO
3
2.8k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Collaborative Software Design: How to facilitate domain modelling decisions
baasie
0
150
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
320
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.1k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.4k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.4k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.1k
Practical Orchestrator
shlominoach
191
11k
Transcript
Intro to Firebase Analytics - 從產品營運的觀點出發
Gogolook Sr. Product Planner, Growth Team HTC Sr. Engineer, Data
Insight Management StorySense Web Developer & Project Manager Hi, I’m Steven 2
V.S. 3
Firebase Analytics BigQuery 匯出原始資料 只要一個開關 4
Firebase Analytics • 事件記錄總數量無上限 (500 個 unique 事件) • 專為
App 設計的自動事件 (Android & iOS) • first_open, in_app_purchase • app_update, app_remove, os_update, app_exception • notification_receive, notification_open, notification_dismiss 5
Case: Uninstall Detection Mar 8, 2013 #stackoverflow “It’s not possible”
Workaround: 自己定義「用戶流失」,例如:7天無任何活動 如果 user 出國 / 都沒電話? 6
Case: Uninstall Detection Device Not Registered è Uninstalled Mar 6,
2014 #hackfindings “A quick answer is GCM” Workaround: 每天發送數千萬個 silent push 若要深入到每小時? 7 • As-is: 利用 GCM server 的回覆狀態判定
Case: Uninstall Detection • 只要整合 SDK,自動記錄 • Android only •
想算每微秒的用戶流失率也可以唷 8 • To-be: Firebase auto collected events
Firebase 9
Firebase Analytics 與它的快樂夥伴們! 10
Firebase Analytics Analysis Action 與它的快樂夥伴們! 11
Firebase Analytics • 切分目標受眾 (Audience Segmentation) • By user properties
(國家、地區、語言、版本、型號…) • By events 12
Remote Config • App 不需改版即可從後台快速更改內容/ 設定 • 根據目標受眾賦予不同值 • 傳遞不同訊息
• A/B testing • 精準的 percentile 抽樣 13
Case: Suggest Update • 只能同時對所有 user 設定 • PM 沒有修改
DB 的權限 • As-is: 在自己的 DB 內設定,透過 API 回給 client Developer API Show 14
Case: Suggest Update • To-be: Firebase Remote Config • 彈性的
user group 設定 • Web 後台修改 15
Game over 不想等? 買金幣 看廣告 邀請朋友 不願意花錢的人 應用:依據行為模式 傳遞最適合的訊息 16
Notification • 鎖定 目標受眾 • 追蹤 轉換事件 • 自定義參數 •
在地化 • 語言 / 國家 • 當地時間 17
Dynamic Links • Dynamic Link: 根據平台,導至不同頁面 • iOS - 開
app or App Store (未安裝) • Android - 開 app or Google Play (未安裝) • Desktop - 官網 • Deep Link: 安裝前後不中斷體驗 • 個人化初次開啟流程 • Attribution Analysis 18
Firebase Analytics 與它的快樂夥伴們! 19
Firebase Analytics • 免費,無總數上限 • App 專屬的自動事件記錄 • 支援原始資料匯出 •
分析 çè 行動 (Actionable metrics) • 推播訊息 • A/B testing • 分眾內容 • Deep links 20
[email protected]
Thank you J