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
{{ message }}
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
add tour_source string column
(valid string are default, watermark, default default, its the same exists in firefox_onboarding_sessions_daily table)
add bubble_state string column (not send this data now, will append in following client update)
(valid string are bubble, dot, hide, default bubble)
add notification_state string column (not send this data now, will append in following client update)
(valid string are show, hide, finish, default show)
And we will add onboarding-icon-click event in firefox_onboarding_events_daily table, but I think it does not require column change
The text was updated successfully, but these errors were encountered:
Also, just a reminder that once we add those new columns to the database, the existing data records will not have values for them (i.e. the value will be null). It might need some extra care when querying the database.
Related to Bug 1412164 - add new column for onboarding telemetry (client side work), we also need add columns in server side.
for
firefox_onboarding_sessions_daily
table,tour_type
string column(valid string are
new
,update
, defaultupdate
)for
firefox_onboarding_events_daily
table,timestamp
column, (save event trigger time, same format as session_begin)tour_type
string column(valid string are
new
,update
, defaultupdate
)tour_source
string column(valid string are
default
,watermark
, defaultdefault
, its the same exists infirefox_onboarding_sessions_daily
table)bubble_state
string column (not send this data now, will append in following client update)(valid string are
bubble
,dot
,hide
, defaultbubble
)notification_state
string column (not send this data now, will append in following client update)(valid string are
show
,hide
,finish
, defaultshow
)And we will add
onboarding-icon-click
event infirefox_onboarding_events_daily
table, but I think it does not require column changeThe text was updated successfully, but these errors were encountered: