Commit 97b86c71 authored by wanglei's avatar wanglei

...

parent 1e304227
......@@ -120,7 +120,7 @@ class MyApplication : Application() {
override fun onAttributionSuccess(attribution: JSONObject) {
//获取归因结果成功时执行的动作
LogEx.logDebug(TAG, "attribution=$attribution")
EventHelper.event("install_referrer", attribution.toString())
EventHelper.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