Analytics & Reporting
Rich Landing Bundle includes a built-in analytics dashboard that tracks how customers interact with your bundle widgets — from first view through to completed purchase. Every interaction is recorded automatically, giving you clear data on what's working and where you can improve.
What You'll Learn
- Widget Metrics — understand the five event types that power your conversion funnel (views, product adds, tier changes, cart adds, and purchases)
- Revenue Tracking — monitor bundle revenue, discount amounts, per-bundle breakdowns, and discount efficiency metrics
- Daily Summaries & AOV — use daily aggregations to compare bundle vs non-bundle average order value and spot trends over time
rich-landing-bundle-analytics.json
json
1{2 "widgetMetrics": {3 "events": [4 "view",5 "product_add",6 "tier_change",7 "cart_add",8 "purchase"9 ],10 "description": "Tracks the full funnel from first widget view through to completed purchase."11 },12 "revenueTracking": {13 "metrics": [14 "bundle_revenue",15 "discount_amounts",16 "per_bundle_breakdowns",17 "discount_efficiency"18 ],19 "description": "Monitor how much revenue bundles generate and how discounts impact performance."20 },21 "dailySummaries": {22 "metrics": [23 "bundle_aov",24 "non_bundle_aov",25 "daily_trends"26 ],27 "description": "Compare bundle vs non-bundle AOV and identify performance trends over time."28 }29}