1
0
Fork 0

For #11654 - Adds leanplum ETP changed event

master
ekager 2020-07-29 12:37:08 -04:00 committed by Emily Kager
parent bb03049fb5
commit 19ffb84cf9
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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>