User level impression revenue
#
一、Prerequisite- Connect to the SDK according to the integration instructions;
- Initialize the SDK and integrate a certain type of advertisement.。
#
二、ROI calculationAdvertising revenue can be obtained through the callback of TradPlus SDK and reported to third-party data platforms. In this way, the purchase volume and realization can be connected, and ROI can be calculated. Called through TPAdInfo in the listening callback:
Version | Introduction |
---|---|
tpAdInfo.isoCode | Country code |
tpAdInfo.adSourceName | AdNetowrk platform name |
tpAdInfo.adSourceId | AdNetowrk slot ID |
tpAdInfo.loadTime | Loading time |
tpAdInfo.ecpm | GetEcpm |
tpAdInfo.adUnitId | Ad Unit |
#
三、Set the global display callback of the app dimensionVersion | Introduction |
---|---|
V9.5.0.1+ | Optimized, can be called directly without setting setAdListener synchronously |
V8.8.0.1+ | Provides a global display callback API. Synchronization requires calling setAdListener of the corresponding type to receive GlobalImpressionListener monitoring. |
V8.8.0.1and below versions | Get ad revenue through ad type's onAdImpression |
For more information, developers please refer to the callback information description