You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this task is to implement metrics needed to support My Site tabs
Context
Users are assigned to an experiment group when they execute the "login" flow. Once assigned, the "default tab experiment" value should be persisted locally and used as the tracks event "property" value for the events listed before. Users who do not execute the "login" flow are not assigned to an experiment group and won't have a "default tab experiment" value; therefore their tab will always open to the "Menu Site" tab in Android. NOTE: Users who execute the "signup" flow, will automatically trigger the signed_in event: I/WordPress-STATS: 🔵 Tracked: signed_in, Properties: {"dotcom_user":true}, so it's probably best to request the experiment tab value at that tracking point.
Identify/Define A/B Tests in abacus firebase remote config
Implement support for My Site Default tab experiment
Parent #15989
The goal of this task is to implement metrics needed to support My Site tabs
Context
Users are assigned to an experiment group when they execute the "login" flow. Once assigned, the "default tab experiment" value should be persisted locally and used as the tracks event "property" value for the events listed before. Users who do not execute the "login" flow are not assigned to an experiment group and won't have a "default tab experiment" value; therefore their tab will always open to the "Menu Site" tab in Android. NOTE: Users who execute the "signup" flow, will automatically trigger the signed_in event: I/WordPress-STATS: 🔵 Tracked: signed_in, Properties: {"dotcom_user":true}, so it's probably best to request the experiment tab value at that tracking point.
Identify/Define A/B Tests in
abacusfirebase remote configImplement support for My Site Default tab experiment
Implement New Track Events for My Site Dashboard: Tabs - Track tab tapped and tab shown events #16189
my_site_tab_tapped
with propertytab=dashboard|site_menu
. Any time the user taps on a tab or swipes to another tabmy_site_site_menu_shown
my_site_dashboard_shown
Implement New Property for Quick Links
quick_action_tapped
&my_site_pull_to_refresh
My Site Dashboard: Tabs - Track events with tab source #16213tab_source=dashboard|site_menu
My Site Dashboard: Tabs - Track experiment property with all events #16183
Implement
default_tab_experiment=dashboard|site_menu|nonexistent
property type for ALL events WHEN the experiment is runningaccount_created
my_site_tab_accessed
application_opened
editor_post_published
,editor_post_scheduled
,editor_post_created
,editor_post_updated
MY_SITE_DASHBOARD_CARD_FOOTER_ACTION_TAPPED
,MY_SITE_DASHBOARD_CARD_ITEM_TAPPED
,MY_SITE_MENU_ITEM_TAPPED
,MY_SITE_DASHBOARD_CARD_SHOWN
quick_start_task_completed
,quick_start_started
,quick_start_all_tasks_completed
quick_action_tapped
,my_site_pull_to_refresh
Implement new event for
my_site_default_tab_experiment_variant_assigned
My Site Dashboard: Tabs - Track default tab experiment variant assigned #16187Create issue for removing A/B experiment and property tracking My Site Dashboard: Tabs - Remove Default Tab Experiment #16202
The text was updated successfully, but these errors were encountered: