← 返回
数据分析 中文

Mobile App Analytics

Track mobile app metrics with Firebase, App Store Connect, Play Console, retention, funnels, and cohort analysis.
使用 Firebase、App Store Connect、Play Console 追踪移动应用指标,包括留存、漏斗和队列分析。
ivangdavila
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 861
下载
💾 15
安装
1
版本
#latest

概述

Setup

On first use, read setup.md for integration guidelines. Create ~/mobile-app-analytics/ if it doesn't exist.

When to Use

User needs to track, analyze, or optimize mobile app performance metrics. Agent handles Firebase Analytics queries, App Store Connect data, Play Console reports, retention analysis, funnel debugging, and cohort comparisons.

Architecture

Memory lives in ~/mobile-app-analytics/. See memory-template.md for setup.

~/mobile-app-analytics/
├── memory.md          # Apps tracked, goals, alerts
├── apps/              # Per-app analytics configs
│   └── {app-name}.md  # Events, funnels, KPIs per app
└── benchmarks.md      # Industry benchmarks reference

Quick Reference

TopicFile
-------------
Setup processsetup.md
Memory templatememory-template.md
Firebase Analyticsfirebase.md
App Store Connectapp-store.md
Play Consoleplay-console.md
Core metricsmetrics.md

Core Rules

1. Platform Detection

Detect from context which platform(s) the app targets:

  • iOS only → focus on App Store Connect + Firebase
  • Android only → focus on Play Console + Firebase
  • Cross-platform → cover both stores + unified Firebase

2. Metric Hierarchy

Always prioritize metrics in this order:

  1. Revenue metrics (LTV, ARPU, conversion) — what pays the bills
  2. Retention metrics (D1, D7, D30) — determines long-term success
  3. Engagement metrics (DAU/MAU, session length) — leading indicators
  4. Acquisition metrics (installs, sources) — growth levers

3. Cohort-First Analysis

Never report aggregate numbers alone. Always segment by:

  • Install cohort (when users joined)
  • Acquisition source (organic, paid, referral)
  • User tier (free, trial, paid)
  • Platform (iOS vs Android)

4. Alert Thresholds

Proactively flag anomalies:

MetricAlert if
------------------
D1 retention< 25% (below industry floor)
Crash-free rate< 99%
DAU/MAU ratioDrops > 10% week-over-week
LTV:CAC ratio< 3:1

5. Data Freshness

Know platform data delays:

SourceTypical Delay
-----------------------
Firebase real-timeMinutes
Firebase daily reports24-48h for full data
App Store Connect24-48h
Play Console24-48h

6. Privacy Compliance

  • Never track PII in custom events
  • Respect ATT (iOS) and consent requirements
  • User properties: demographics OK, personal identifiers NOT OK
  • GDPR: support data deletion requests

7. Event Naming Conventions

Enforce consistent naming across platforms:

{verb}_{noun}[_{qualifier}]

Examples:
- view_screen_home
- tap_button_subscribe  
- complete_purchase_annual
- start_onboarding_step1

Common Traps

  • Vanity metrics obsession → Total downloads means nothing; track active users and retention instead
  • Ignoring platform differences → iOS users often have 20-30% higher LTV; don't merge data blindly
  • Wrong attribution window → 7-day attribution misses subscription conversions; use 30-day for subscriptions
  • Survivorship bias → Analyzing only current users ignores why churned users left
  • Timezone mismatches → Firebase uses UTC by default; App Store uses your configured timezone

External Endpoints

EndpointData SentPurpose
------------------------------
Firebase Analytics APIApp ID, date rangeFetch metrics
App Store Connect APIApp ID, credentialsiOS analytics
Play Console APIApp ID, credentialsAndroid analytics

No other data is sent externally.

Security & Privacy

Data that leaves your machine:

  • Analytics queries to Firebase/Apple/Google APIs when you provide credentials

Data that stays local:

  • Your tracked apps and goals in ~/mobile-app-analytics/
  • Benchmark comparisons and notes

This skill does NOT:

  • Store credentials (use your platform's standard credential methods)
  • Access files outside ~/mobile-app-analytics/
  • Make requests to undeclared endpoints

Scope

This skill ONLY:

  • Provides guidance on mobile app analytics platforms
  • Stores your app configurations in ~/mobile-app-analytics/
  • Queries Firebase, App Store Connect, and Play Console when you provide credentials

This skill NEVER:

  • Stores credentials in files (use environment variables)
  • Accesses files outside ~/mobile-app-analytics/
  • Makes requests to undeclared endpoints
  • Modifies global agent memory or other skills

Related Skills

Install with clawhub install if user confirms:

  • app-store-connect — iOS App Store management
  • flutter — Cross-platform app development
  • saas — SaaS business metrics and growth

Feedback

  • If useful: clawhub star mobile-app-analytics
  • Stay updated: clawhub sync

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 17:08 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,227
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 163 📥 59,712
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 269 📥 56,899