Skip to content

Commit f489f50

Browse files
Add site_type property to missing events
1 parent 8d3ce53 commit f489f50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WordPress/Classes/ViewRelated/Blog/QuickStartChecklistViewController.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ class QuickStartChecklistViewController: UITableViewController {
7373
}
7474
}, didTapHeader: { [unowned self] expand in
7575
let event: WPAnalyticsStat = expand ? .quickStartListExpanded : .quickStartListCollapsed
76-
WPAnalytics.track(event, withProperties: [Constants.analyticsTypeKey: self.collection.analyticsKey])
76+
WPAnalytics.trackQuickStartStat(event,
77+
properties: [Constants.analyticsTypeKey: self.collection.analyticsKey],
78+
blog: blog)
7779
self.checkForSuccessScreen(expand)
7880
})
7981

0 commit comments

Comments
 (0)