Commit ef7a5af2 authored by wanglei's avatar wanglei

...

parent 61d8e26e
......@@ -127,7 +127,8 @@ class MyApplication : Application() {
override fun onAttributionSuccess(attribution: JSONObject) {
//获取归因结果成功时执行的动作
LogEx.logDebug(TAG, "attribution=$attribution")
EventUtils.event("install_referrer", attribution.toString())
//atrribute就是这样的
EventUtils.event("source_atrribute", attribution.toString())
}
override fun onAttributionFail(errorCode: Int) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment