From 0a8fbc1c9e586d0ef3befdf3b2ab00745bbcaa8a Mon Sep 17 00:00:00 2001 From: Momo Ozawa Date: Wed, 13 Oct 2021 17:37:52 +0100 Subject: [PATCH] Add: track nudge completed for blogging reminders --- .../Stats/Insights/SiteStatsInsightsTableViewController.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WordPress/Classes/ViewRelated/Stats/Insights/SiteStatsInsightsTableViewController.swift b/WordPress/Classes/ViewRelated/Stats/Insights/SiteStatsInsightsTableViewController.swift index 04f427973791..259dff58683c 100644 --- a/WordPress/Classes/ViewRelated/Stats/Insights/SiteStatsInsightsTableViewController.swift +++ b/WordPress/Classes/ViewRelated/Stats/Insights/SiteStatsInsightsTableViewController.swift @@ -694,6 +694,8 @@ extension SiteStatsInsightsTableViewController: BloggingRemindersFlowDelegate { func didSetUpBloggingReminders() { viewModel?.markEmptyStatsNudgeAsCompleted() refreshTableView() + + WPAnalytics.trackEvent(.statsBloggingRemindersNudgeCompleted) } }