adjust事件

This commit is contained in:
chenxi 2023-06-09 19:00:54 +08:00
parent 2fd8f49f32
commit acccd99660
2 changed files with 1 additions and 1 deletions

View File

@ -187,6 +187,7 @@ function PayManager:requestRewards(purchaseToken, orderId, originOrderId, notSho
if rechargeCfg then
BIReport:postPurchase(rechargeCfg.price, rechargeCfg.payId, originOrderId, orderId)
end
BIReport:postAdjustSimpleTrackEvent("rumq9q", {})
end
-- 支付验证成功后消耗此订单

View File

@ -19,7 +19,6 @@ end
---- 登录界面资源加载完毕后调用
function LoginManager:loginGame()
-- adjust 打开应用事件识别码
BIReport:postAdjustSimpleTrackEvent("xbszrl", {})
ModuleManager.MaincityManager:firstEnterMainCity()
end