Mobana Documentation
Everything you need to integrate attribution, conversion tracking, and in-app flows into your React Native app.
Mobana is a lightweight mobile attribution and deeplinking solution designed to simplify integration and give you complete visibility into your marketing performance.
Attribution & Deeplinking
Track where installs come from and pass custom data through the app store.
Conversion Tracking
Measure post-install events like signups and purchases.
Dynamic Flows
Display beautiful in-app experiences without app store updates.
Flow Bridge API
Full JavaScript API available inside your flows.
Quick Example#
App.tsx
import { Mobana } from '@mobana/react-native-sdk';
// Initialize once on app start
await Mobana.init({ appId: 'YOUR_APP_ID' });
// Get attribution data
const attribution = await Mobana.getAttribution();
if (attribution) {
console.log('Install source:', attribution.utm_source);
console.log('Campaign:', attribution.utm_campaign);
}See the Quick Start guide for a complete walkthrough.
Key Features#
- Privacy-focused — No device IDs (IDFA/GAID) required. Uses probabilistic matching and Android Install Referrer.
- Simple integration — Single SDK for attribution, conversions, and flows. 5-minute setup.
- TypeScript-first — Full type definitions with generics for custom data types.
- Offline support — Conversions are queued and sent when connection is available.
- Custom endpoints — Proxy through your domain for cleaner URLs and ad-blocker bypass.
Getting Help#
If you have questions or need help integrating Mobana, reach out at [email protected].