Skip to main content
Version: Legacy

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.

  1. User Event Collection
    • Collects user behavior data
    • Provides user prediction and model generation based on collected data
  2. 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:

  1. SDK Installation: Add the Monetai package to your project using npm or yarn.
  2. Initialization: Initialize the SDK with your app key when your app starts.
  3. User Identification: Set a unique User ID for the SDK to distinguish between users anonymously.
  4. Event Tracking: Track key user datas related to your app's purchase flow.
  5. 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.