From 1260067dbbeb81cdd8f101238fcdeff846c91034 Mon Sep 17 00:00:00 2001 From: "r.kuznetsov" Date: Mon, 16 Sep 2019 17:51:54 +0300 Subject: [PATCH] [iOS] Fixed event Bookmarks_BookmarksList_Track_select --- iphone/Maps/Bookmarks/TracksSection.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Bookmarks/TracksSection.mm b/iphone/Maps/Bookmarks/TracksSection.mm index c0120b19cc..2d71e02d67 100644 --- a/iphone/Maps/Bookmarks/TracksSection.mm +++ b/iphone/Maps/Bookmarks/TracksSection.mm @@ -81,7 +81,7 @@ CGFloat const kPinDiameter = 22.0f; auto const track = GetFramework().GetBookmarkManager().GetTrack(trackId); if (track != nullptr && [[MWMBookmarksManager sharedManager] isGuide:track->GetGroupId()]) { - [Statistics logEvent:kStatGuidesBookmarkSelect + [Statistics logEvent:kStatGuidesTrackSelect withParameters:@{kStatServerId: [[MWMBookmarksManager sharedManager] getServerId:track->GetGroupId()]} withChannel:StatisticsChannelRealtime]; }