ThinkingData integration
#
一、IntroductionThis article mainly introduces how to connect TradPlus’ ad revenue data to ThinkingData (TA system). Before starting to connect, please make sure you have read the TA system data rules.
#
二、Client configurationThrough the TradPlus dicCustomValue
(iOS/Unity) method, pass TA's distinct_id
into the userId of the TradPlus SDK (one of the return parameters of the device-level data reporting API). For calling methods and code examples, please refer to this document.
- iOS code example:
- Unity SDK code example:
Note (recommendation):
Reporting through initCustomMap (Android/Unity) needs to be completed before TradPlus SDK is initialized; otherwise, part of
userId` may not be returned.