mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
split navigation events
This commit is contained in:
parent
03447e5a27
commit
913bfaadf7
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ object Analytics {
|
|||
fun sendNavigationEvent(page: String) {
|
||||
val additionalData = HashMap<String, Any>()
|
||||
additionalData["page"] = page
|
||||
sendEvent("navigated", EventCategory.NAVIGATION, HitType.PAGEVIEW, additionalData)
|
||||
sendEvent("navigated $page", EventCategory.NAVIGATION, HitType.PAGEVIEW, additionalData)
|
||||
}
|
||||
|
||||
fun initialize(context: Context) {
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
NAME=4.2.5
|
||||
CODE=6301
|
||||
CODE=6311
|
||||
Loading…
Reference in a new issue