admin管理员组文章数量:1352054
For example in Android we can create the following custom event when a user opens details screen of some item:
firebaseAnalytics.logEvent("item_details_screen") {
param("item_id", "123")
param("language", "en") // should I include it?
param("country", "us") // should I include it?
}
For example in Android we can create the following custom event when a user opens details screen of some item:
firebaseAnalytics.logEvent("item_details_screen") {
param("item_id", "123")
param("language", "en") // should I include it?
param("country", "us") // should I include it?
}
Share
Improve this question
asked Apr 1 at 12:17
user924user924
12.4k12 gold badges91 silver badges191 bronze badges
1 Answer
Reset to default 1Typically collected automatically for all events, including custom events.Not necessarily needed to add explicitly as it is part of firebase's standard metadata collection
本文标签:
版权声明:本文标题:android - Are language and country will be collected automatically for custom events as well or should I add them explicitly as 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743887321a2556293.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论