Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/search
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2016-09-20 16:41:31 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-09-26 15:05:10 +0300
commitd8d0890bc263714901507ce946cc7de25acd82b9 (patch)
treeb9b83f7d34132504775d29fcea888839c62beeae /search
parent44bad8203061005ca12c002fcd8bf52b45b4fb01 (diff)
added marketing events into core and android
Diffstat (limited to 'search')
-rw-r--r--search/processor.cpp1
1 files changed, 1 insertions, 0 deletions
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