From First Event to Insight: Track and Read Your App Data
Watch this quick tutorial to track a custom event with AppAmbit and read it back on the dashboard as something you can act on. The core analytics loop in one platform instead of five separate tools.
Watch the full tutorial or read the summary below
Overview
Your first event, then a number you can act on. With the AppAmbit SDK already installed, this is the core analytics loop: track one custom event, and read what it tells you — without switching between five different tools to do it.
What You'll Learn
- Tracking a custom event with a name and properties
- Where that event shows up in the AppAmbit dashboard
- Turning a raw event into a number you can actually act on
Prerequisites
Before you begin, make sure you have:
- An app with the AppAmbit SDK already installed and initialized (SDK setup guide if you haven't yet — this video doesn't cover installation)
- An AppAmbit account (sign up for free)
- The app running on a device or simulator
Track a Custom Event
With the SDK already initialized, tracking an event is one call — a name, and a set of properties that describe it:
Analytics.trackEvent('purchase', {
plan: 'pro',
price: 29.99,
});
The exact syntax follows your platform's SDK — see the platform-specific event tracking guides (React Native) for the verified call on each one.
Read It on the Dashboard
Back in AppAmbit, open the app's Events tab. The event you just fired shows up with its name, occurrence count, and the custom properties you passed — plan and price in this case. That's the loop: one line of code in, one number you can act on out — without hopping between a separate analytics tool, crash tool, and dashboard to piece it together.
Next Steps
After this tutorial, check out:
Frequently Asked Questions
Q Do I need to install the SDK first?
Yes — this video assumes the AppAmbit SDK is already installed and initialized in your app. See the SDK setup guide if you haven't done that yet; this tutorial covers event tracking only.
Q What can I pass as event properties?
Any set of key/value pairs relevant to the action — plan tiers, prices, screen names, feature flags, whatever helps you segment the event later. Keep values simple (strings, numbers, booleans).
Q Where do tracked events show up?
In the AppAmbit dashboard, under the Events tab for your app. Each event shows its name, how often it fired, and the custom properties attached to it.
Q Why "one platform instead of five"?
Because event tracking, crash reporting, sessions, push notifications, and release health all live in the same AppAmbit dashboard — you don't need a separate analytics SDK, crash tool, and push provider stitched together to get the full picture.
Q Do you offer a free account?
Yes — AppAmbit offers a free account with everything you need to get started, including event tracking and analytics. You only pay if your usage grows beyond the free tier limits.
Q How do I get support or setup help?
The AppAmbit team is available to help you set up event tracking.
Ready to get started with AppAmbit?
Monitor your mobile apps with real-time crash reporting, analytics, and app distribution.
Start Free Trial