Ads3Ads3
How Ad Network Works
Advertiser
Publisher
Quest
  • Telegram
  • Twitter
  • Discord
  • Press Kit
  • English
  • 简体中文
How Ad Network Works
Advertiser
Publisher
Quest
  • Telegram
  • Twitter
  • Discord
  • Press Kit
  • English
  • 简体中文
  • Advertiser

  • Introduction

    • Introduction
  • Get Started

    • Advertiser Integration Checklist
    • Creating a Campaign
    • SDK Reporting Valid Users
  • Reference

    • Campaign Management

      • Campaign Data Analysis
      • Campaign Ad Format
      • Campaign Status
      • Campaign Billing Model
    • Technical Manual

      • Reporting Valid Users - Advanced
      • API Report Valid Users
      • Valid User Verification API
    • Payment
    • Getting App Id
    • SDK Installation
    • Glossary

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 Ads3'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.

sdk status success
sdk status success

If not, please verify the SDK initialization is correct.

sdk status failed
sdk status failed

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.

Prev
Creating a Campaign