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
diff options
context:
space:
mode:
Diffstat (limited to 'storage/storage.cpp')
-rw-r--r--storage/storage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/storage.cpp b/storage/storage.cpp
index 82358cb482..57210b0411 100644
--- a/storage/storage.cpp
+++ b/storage/storage.cpp
@@ -830,6 +830,7 @@ void Storage::OnMapDownloadFinished(TCountryId const & countryId, bool success,
{"status", success ? "ok" : "failed"},
{"version", strings::to_string(GetCurrentDataVersion())},
{"option", DebugPrint(files)}}));
+ GetPlatform().SendMarketingEvent("Downloader_Map_action_finished", {{"action", "download"}});
}
success = success && RegisterDownloadedFiles(countryId, files);