Work with Your Data
Before you begin
Make sure that:
- Your app is connected with justtrack
- The SDK is integrated and sending events
- You have at least Manager permissions
If the SDK is not set up yet, complete the SDK setup first.
Step-by-step checklist
1. Verify events in the dashboard
In the main menu, go to:
Here you can:
- See events your app is sending
- Validate event counts and unique users
- Confirm event values and averages
This step ensures your event pipeline is working.
2. Explore key analysis views
In the dashboard, use relevant views to understand behavior:
Funnels and cohorts See how users progress through flows you define
These views help you identify patterns and user behavior.
3. Export data for external analysis
In the main menu, go to:
Use the export interface to download:
- Raw event data
- Attribution data
- Aggregated tables
Exports can be used in BI tools or data warehouses.
4. Access data via API
Use the justtrack API to fetch event and attribution data programmatically.
API access enables:
- Custom dashboards
- Scheduled reporting
- Data ingestion into analytics pipelines
To use the API:
- Authenticate with your API token
- Make requests to the Events endpoint
- Retrieve event and attribution data
The API documentation contains exact parameters and examples.
You’re done when
- Event data is visible in the Events view
- You have successfully exported data
- You can retrieve data via the API
Once you are able to get data out of justtrack, analysis and reporting are ready.
Next step
👉 Create reports from exported or API data
Build insights in your BI tool or custom dashboards.