For #11654 - Adds leanplum ETP changed event

releases/v80.0.0
ekager 4 years ago committed by Emily Kager
parent bb03049fb5
commit 19ffb84cf9

@ -41,6 +41,7 @@ private val Event.name: String?
is Event.AddonInstalled -> "E_Addon_Installed"
is Event.SearchWidgetInstalled -> "E_Search_Widget_Added"
is Event.ChangedToDefaultBrowser -> "E_Changed_Default_To_Fenix"
is Event.TrackingProtectionSettingChanged -> "E_Changed_ETP"
// Do not track other events in Leanplum
else -> null

@ -253,7 +253,12 @@ Here is the list of current Events sent, which can be found here in the code bas
</tr>
<tr>
<td>`E_Changed_Default_To_Fenix`</td>
<td>The user has changed their default browser to Fenix while Fenix was in the background and then resumed the app</td>
<td>The user has changed their default browser to Fenix while Fenix was in the background and then resumed the app.</td>
<td><a href="https://github.com/mozilla-mobile/fenix/pull/13003">#13003</a></td>
</tr>
<tr>
<td>`E_Changed_ETP`</td>
<td>The user has changed their enhanched tracking protection setting.</td>
<td><a href="https://github.com/mozilla-mobile/fenix/pull/13003">#13003</a></td>
</tr>
</table>

Loading…
Cancel
Save