App Analytics
App Analytics
Stripe ให้ analytics ในตัวสำหรับ Stripe Apps ที่แสดง installation trends, view activity และ conversion funnels
Stripe Dashboard Analytics
เข้าถึง analytics ของแอปผ่าน Stripe Dashboard > Apps > Your App > Analytics
Metrics ที่มี
| Metric | คำอธิบาย |
|---|---|
| Total Installs | จำนวน installations สะสม |
| Active Installs | ติดตั้งและใช้งานอยู่ในปัจจุบัน |
| App Views | จำนวน views ของ UI แอปทั้งหมด |
| Unique Viewers | บัญชี Stripe ที่แตกต่างกันที่ดูแอป |
การติดตาม Custom Metrics
async function trackAppEvent(event: string, properties: object) { await fetch("https://api.tajo.io/analytics/track", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ event, properties: { ...properties, source: "stripe_app", timestamp: new Date().toISOString(), }, }), });}
await trackAppEvent("customer_synced_to_brevo", { customer_id: customer.id, stripe_account: accountId,});Key Metrics ที่ควรติดตาม
| Metric | ความหมาย |
|---|---|
| Onboarding Completion Rate | % ของ installations ที่ complete Brevo setup |
| Customer Sync Rate | % ของ Stripe customers ที่ sync เข้า Brevo |
| Attributable Revenue | รายได้จากแคมเปญที่ triggered โดย Stripe data |
ขั้นตอนถัดไป
- Partner Ecosystem, เติบโตผ่าน Stripe partnerships