SDK Reporting Valid Users
As an advertiser, the primary concern is the conversion rate, which is the percentage of users who complete a conversion.
Initializing the SDK
To report active users efficiently, you can utilize Ton.AI's SDK. Refer to the SDK Installation Documentation to complete the SDK initialization.
Here's the core code for initializing the SDK:
import { TonAdInit } from 'ton-ai-sdk'
const result = TonAdInit({ appId: 'your-app-id'})
console.log('TonAdInit', result)
Once the SDK is successfully initialized, it will automatically report the currently logged-in users. The ad system will match users based on their information to improve conversion rates.
Checking User Reporting Status
You can check the SDK's connection status in the Account section of the management dashboard.
If the Status is Connected
, it means the SDK is successfully connected and user reporting is functioning properly.
If not, please verify the SDK initialization is correct.
Additional Features
If you wish to adjust the timing of user reporting or explore more reporting methods, please refer to Advanced Reporting for Active Users.