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 if rechargeCfg then
BIReport:postPurchase(rechargeCfg.price, rechargeCfg.payId, originOrderId, orderId) BIReport:postPurchase(rechargeCfg.price, rechargeCfg.payId, originOrderId, orderId)
end end
BIReport:postAdjustSimpleTrackEvent("rumq9q", {})
end end
-- 支付验证成功后消耗此订单 -- 支付验证成功后消耗此订单

View File

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