[guides on map] calculation of bookmark catalog link is fixed

This commit is contained in:
Arsentiy Milchakov 2020-05-14 16:59:39 +03:00 committed by Daria Volvenkova
parent 358e77bb27
commit ece7bba9a6

View file

@ -188,8 +188,8 @@ GuidesManager::GuidesGallery GuidesManager::GetGallery() const
GuidesGallery::Item item;
item.m_guideId = info.m_id;
auto url = url::Join(BOOKMARKS_CATALOG_FRONT_URL, languages::GetCurrentNorm(), "v3/mobilefront",
info.m_id);
auto url = url::Join(BOOKMARKS_CATALOG_FRONT_URL, languages::GetCurrentNorm(),
"v3/mobilefront/route", info.m_id);
InjectUTM(url, UTM::GuidesOnMapGallery);
InjectUTMTerm(url, std::to_string(m_shownGuides.size()));