From d8d0890bc263714901507ce946cc7de25acd82b9 Mon Sep 17 00:00:00 2001 From: Arsentiy Milchakov Date: Tue, 20 Sep 2016 16:41:31 +0300 Subject: added marketing events into core and android --- search/processor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'search') diff --git a/search/processor.cpp b/search/processor.cpp index a2851c4987..9dd4deaf98 100644 --- a/search/processor.cpp +++ b/search/processor.cpp @@ -127,6 +127,7 @@ void SendStatistics(SearchParams const & params, m2::RectD const & viewport, Res {"results", resultString}, }; alohalytics::LogEvent("searchEmitResultsAndCoords", stats); + GetPlatform().SendMarketingEvent("searchEmitResultsAndCoords", {}); } } // namespace -- cgit v1.2.3