Skip to content

Commit

Permalink
Fix events logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkumar66 committed Jun 27, 2020
1 parent 717aeb6 commit db5a567
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public void showAd() {
}
}
Bundle bundle = new Bundle();
bundle.putString("Tweak", String.valueOf(true));
PerfTweakerApplication.getFirebaseAnalyticsInstance().logEvent(FirebaseAnalytics.Event.SELECT_ITEM, bundle);
bundle.putString("shown", String.valueOf(true));
PerfTweakerApplication.getFirebaseAnalyticsInstance().logEvent("showAdmobInterstitial", bundle);
adShowCounter++;
}

Expand Down

0 comments on commit db5a567

Please sign in to comment.