-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analytics: Add app start event tracking #465
Merged
ksharma-xyz
merged 1 commit into
main
from
12-18-update_appinfo_and_add_app_start_events_for_analytics
Dec 23, 2024
Merged
Analytics: Add app start event tracking #465
ksharma-xyz
merged 1 commit into
main
from
12-18-update_appinfo_and_add_app_start_events_for_analytics
Dec 23, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Dec 18, 2024
This was referenced Dec 18, 2024
ksharma-xyz
changed the title
Update appInfo and add app start events for analytics
Analytics: Add app start event tracking
Dec 18, 2024
ksharma-xyz
force-pushed
the
12-18-add_analytics_events_for_datetimeselectorscreen
branch
from
December 18, 2024 22:29
093ca2e
to
ffcf220
Compare
ksharma-xyz
force-pushed
the
12-18-update_appinfo_and_add_app_start_events_for_analytics
branch
from
December 18, 2024 22:29
97d82f1
to
77bd90f
Compare
This was referenced Dec 18, 2024
ksharma-xyz
force-pushed
the
12-18-add_analytics_events_for_datetimeselectorscreen
branch
from
December 19, 2024 19:41
ffcf220
to
c454181
Compare
Base automatically changed from
12-18-add_analytics_events_for_datetimeselectorscreen
to
main
December 21, 2024 02:12
ksharma-xyz
force-pushed
the
12-18-update_appinfo_and_add_app_start_events_for_analytics
branch
from
December 23, 2024 11:35
77bd90f
to
eab4f3a
Compare
ksharma-xyz
had a problem deploying
to
Firebase
December 23, 2024 11:35 — with
GitHub Actions
Failure
ksharma-xyz
had a problem deploying
to
Firebase
December 23, 2024 11:35 — with
GitHub Actions
Failure
ksharma-xyz
force-pushed
the
12-18-update_appinfo_and_add_app_start_events_for_analytics
branch
from
December 23, 2024 11:42
eab4f3a
to
4406bc7
Compare
ksharma-xyz
changed the base branch from
main
to
12-19-print_logs_only_for_debug_builds
December 23, 2024 11:42
ksharma-xyz
had a problem deploying
to
Firebase
December 23, 2024 11:42 — with
GitHub Actions
Failure
This was referenced Dec 23, 2024
ksharma-xyz
force-pushed
the
12-19-print_logs_only_for_debug_builds
branch
from
December 23, 2024 11:55
d2af0dd
to
95ed0ae
Compare
ksharma-xyz
force-pushed
the
12-18-update_appinfo_and_add_app_start_events_for_analytics
branch
from
December 23, 2024 11:55
4406bc7
to
7090b82
Compare
ksharma-xyz
force-pushed
the
12-19-print_logs_only_for_debug_builds
branch
from
December 23, 2024 11:59
95ed0ae
to
deab2c9
Compare
ksharma-xyz
force-pushed
the
12-18-update_appinfo_and_add_app_start_events_for_analytics
branch
from
December 23, 2024 11:59
7090b82
to
f020ce4
Compare
ksharma-xyz
force-pushed
the
12-19-print_logs_only_for_debug_builds
branch
from
December 23, 2024 12:10
deab2c9
to
3cfedaf
Compare
ksharma-xyz
force-pushed
the
12-18-update_appinfo_and_add_app_start_events_for_analytics
branch
from
December 23, 2024 12:10
f020ce4
to
7ce7089
Compare
Base automatically changed from
12-19-print_logs_only_for_debug_builds
to
main
December 23, 2024 20:28
ksharma-xyz
force-pushed
the
12-18-update_appinfo_and_add_app_start_events_for_analytics
branch
from
December 23, 2024 21:21
7ce7089
to
356b99d
Compare
ksharma-xyz
deleted the
12-18-update_appinfo_and_add_app_start_events_for_analytics
branch
December 23, 2024 21:30
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TL;DR
Added app start analytics event tracking with device and app information
What changed?
AppStart
analytics event to capture device and app informationAppInfo
interface with additional properties (OS version, font size, theme, device model)How to test?
Why make this change?
To gather essential analytics data about app usage across different devices and configurations, helping understand user behavior and app performance across various platforms and settings.