topon 收益上报
This commit is contained in:
parent
97f7432cb0
commit
986b3adc1c
|
@ -126,7 +126,10 @@ namespace Script.SDKManager.AdsSDKManager.TpnAdsManager
|
|||
{
|
||||
LoggerUtils.Debug("[Tpn] 广告开始播放:" + JsonMapper.ToJson(erg.callbackInfo.toDictionary()));
|
||||
// todo
|
||||
|
||||
AdjustTrackEvent.Instance.TrackAdEvent(erg.callbackInfo.publisher_revenue,
|
||||
"Topon_" +erg.callbackInfo.network_firm_id,
|
||||
erg.callbackInfo.adunit_id,
|
||||
erg.callbackInfo.network_placement_id);
|
||||
ThreadUtils.QueueOnMainThread(pObj =>
|
||||
{
|
||||
if (erg.placementId.Equals(topon_rewarded_units))
|
||||
|
|
Loading…
Reference in New Issue