forked from organicmaps/organicmaps
[guides on map] utm injection is fixed
This commit is contained in:
parent
5104885bbc
commit
77ba73da2f
1 changed files with 2 additions and 2 deletions
|
@ -233,8 +233,8 @@ GuidesManager::GuidesGallery GuidesManager::GetGallery() const
|
|||
|
||||
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()));
|
||||
url = InjectUTM(url, UTM::GuidesOnMapGallery);
|
||||
url = InjectUTMTerm(url, std::to_string(m_shownGuides.size()));
|
||||
|
||||
item.m_url = std::move(url);
|
||||
item.m_imageUrl = info.m_imageUrl;
|
||||
|
|
Loading…
Add table
Reference in a new issue