Skip to content

Commit bd5a6fd

Browse files
author
Momo Ozawa
committed
Add: track quick start congrats viewed event
1 parent 15d3534 commit bd5a6fd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

WordPress/Classes/ViewRelated/Blog/QuickStartTourGuide.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ open class QuickStartTourGuide: NSObject {
246246
tag: noticeTag)
247247

248248
ActionDispatcher.dispatch(NoticeAction.post(notice))
249+
250+
WPAnalytics.track(.quickStartCongratulationsViewed)
249251
}
250252

251253
// we have this because poor stupid ObjC doesn't know what the heck an optional is

0 commit comments

Comments
 (0)