Skip to content

Commit

Permalink
Use the same event name of the iOS platform for the "Push Notificatio…
Browse files Browse the repository at this point in the history
…n Tapped" event.
  • Loading branch information
daniloercoli committed Dec 3, 2015
1 parent 3067bf5 commit 38693b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -689,7 +689,7 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
break;
case PUSH_NOTIFICATION_TAPPED:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
mixpanelInstructionsForEventName("Push Notification Tapped");
mixpanelInstructionsForEventName("Push Notification Alert Tapped");
break;
case SUPPORT_OPENED_HELPSHIFT_SCREEN:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
Expand Down
Expand Up @@ -304,7 +304,7 @@ public void track(AnalyticsTracker.Stat stat, Map<String, ?> properties) {
eventName = "push_notification_received";
break;
case PUSH_NOTIFICATION_TAPPED:
eventName = "push_notification_tapped";
eventName = "push_notification_alert_tapped";
break;
case SUPPORT_OPENED_HELPSHIFT_SCREEN:
eventName = "support_helpshift_screen_opened";
Expand Down

0 comments on commit 38693b9

Please sign in to comment.