bigo 收益上报
This commit is contained in:
parent
986b3adc1c
commit
b2cb96a38e
|
@ -69,6 +69,7 @@ namespace Script.SDKManager.AdsSDKManager.BigoAdsManager
|
|||
interstitialAd.OnAdShowed += (() =>
|
||||
{
|
||||
LoggerUtils.Debug($"[Bigo] Interstitial -[interaction]: {adUnitId} show");
|
||||
AdjustTrackEvent.Instance.TrackAdEvent(GetAdRevenue(interstitialAd),"Bigo",adUnitId,adUnitId);
|
||||
onAdShowed?.Invoke(adUnitId);
|
||||
});
|
||||
|
||||
|
|
|
@ -69,6 +69,7 @@ namespace Script.SDKManager.AdsSDKManager.BigoAdsManager
|
|||
rewardedAd.OnAdShowed += (() =>
|
||||
{
|
||||
LoggerUtils.Debug($"[Bigo] Rewarded-[interaction]: {adUnitId} show");
|
||||
AdjustTrackEvent.Instance.TrackAdEvent(GetAdRevenue(rewardedAd),"Bigo",adUnitId,adUnitId);
|
||||
onAdShowed?.Invoke(adUnitId);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue