Pioneer Opt-in Enrollment
Plugin that estimates the number of users who have the Pioneer Opt-in add-on installed per-day.
See: https://bugzilla.mozilla.org/show_bug.cgi?id=1447331
https://docs.telemetry.mozilla.org/concepts/data_pipeline.html#hindsight
1. Sample Configuration
filename = 'moz_pioneer_opt_in_estimates.lua'
message_matcher = 'Type=="telemetry" && Fields[docType]=="main" && Fields[environment.addons] =~ "pioneer-opt-in@mozilla.org"%'
preserve_data = true
ticker_interval = 60
2. Sample Output
Keys are the date in YEARMONTHDAY
format, values are the estimated number of
users who sent a ping that included the Pioneer add-on that day.
{
"20171001": 4523,
"20171002": 5937,
"20171003": 3002
}
source code: moz_pioneer_opt_in_estimates.lua