Overview
The Monetai SDK is the core component that brings our AI-powered predictions into your app. By integrating the SDK, you can collect user behavior data, predict purchase intent, and deliver targeted promotions.
Core Functionality
The SDK has two primary responsibilities.
- User Event Collection
- Collects user behavior data
- Provides user prediction and model generation based on collected data
- Real-Time Purchase Prediction - AI model analyzes collected data - Calculates user-specific purchase probability in real-time - Predicts user purchase behavior
Supported Platforms
Monetai SDK currently supports React Native, iOS and Android.
The Integration Workflow
SDK setup proceeds through thIntegrating the SDK involves the following key steps, from initial setup to launching a promotion:
- SDK Installation: Add the Monetai package to your project using npm or yarn.
- Initialization: Initialize the SDK with your app key when your app starts.
- User Identification: Set a unique User ID for the SDK to distinguish between users anonymously.
- Event Tracking: Track key user datas related to your app's purchase flow.
- Displaying Promotions: Check a user's status and display a promotion if they are identified as a non-paying user.
Next Steps
Ready to start? Head to our detailed setup guide.