bigo 收益上报

This commit is contained in:
juncong lee 2025-08-31 17:11:58 +08:00
parent 986b3adc1c
commit b2cb96a38e
2 changed files with 2 additions and 0 deletions

View File

@ -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);
});

View File

@ -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);
});