Skip to content

Commit

Permalink
shortened view_map_icons firebase event name (#118)
Browse files Browse the repository at this point in the history
* added firebase remote config and spotlight for ab testing

* adding remote config defaults

* added firebase remote config and spotlight for ab testing

* adding remote config defaults

* AB testing spotlight should be working

* updated first session definition and added comments

* updated first session definition and added comments

* shortened view_map_icons event name for firebase
  • Loading branch information
DerrickLi authored and rustielin committed Jan 30, 2019
1 parent c267c5e commit d560223
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ public void onClick(View v) {

// Firebase AB test tracking, log clicks after showing spotlight once
if (viewedFirstSession()) {
mFirebaseAnalytics.logEvent("view_map_icons_clicked_after_first_session", bundle);
// Note: Firebase events must be under 40 characters in length
mFirebaseAnalytics.logEvent("view_map_icons_after_first_session", bundle);
}

if(FABmenu.isOpened()){
Expand Down

0 comments on commit d560223

Please sign in to comment.