最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

android - Are language and country will be collected automatically for custom events as well or should I add them explicitly as

programmeradmin3浏览0评论

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
Add a comment  | 

1 Answer 1

Reset to default 1

Typically collected automatically for all events, including custom events.Not necessarily needed to add explicitly as it is part of firebase's standard metadata collection

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论