This document describes how to integrate the Android version of the Taku SDK (hereinafter referred to as the SDK), including obtaining a developer account, obtaining the AppID and AppKey, and creating configurations for ad delivery. The SDK supports Native Ads (including self-rendering, template, and Draw formats), Rewarded Video Ads, Banner Ads, Interstitial Ads, and Splash Ads.
(1) The Taku AppID, Taku AppKey, and Taku PlacementID used in the documentation can all be obtained from the Taku Dashboard - Traffic Management (Ad Placements) page. The code only needs to use the parameters obtained from the Taku dashboard. All related parameters of the ad platforms (AppID, AppKey, etc.) are configured in the Taku dashboard.
(2) Taku SDK Loading Reference Flow

(3) Reference: Android Demo GitHub Address (Click to jump)
Due to the differences in the app ecosystem between China mainland and non-China mainland regions, the SDK's permission management and supported ad platforms have significant differences. Therefore, the SDK is divided into two versions: China mainland and non-China mainland ** (the API interfaces provided by the two SDK versions are consistent, and the same set of integration code can be used) **. Please select the corresponding version for integration based on the actual region where the app will be released:
| Version | Integration Guide |
|---|---|
| China Mainland Version | See: China Mainland Version Integration Guide |