Skip to content

Commit

Permalink
Fix siteType analytics properties (#23773)
Browse files Browse the repository at this point in the history
  • Loading branch information
kean authored Nov 5, 2024
1 parent aa8b3bb commit 00c2b36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ extension HomeSiteHeaderViewController {
// MARK: - Add site

func addSiteTapped(siteType: AddSiteMenuViewModel.Selection) {
WPAnalytics.trackEvent(.mySiteHeaderAddSiteTapped, properties: ["siteType": siteType.rawValue])
WPAnalytics.trackEvent(.mySiteHeaderAddSiteTapped, properties: ["site_type": siteType.rawValue])
AddSiteController(viewController: presentedViewController ?? self, source: "my_site")
.showSiteCreationScreen(selection: siteType)
}
Expand Down

0 comments on commit 00c2b36

Please sign in to comment.