forked from organicmaps/organicmaps
[iOS] add utm source to catalog promo in mwm download banner
This commit is contained in:
parent
4e6ca0ec96
commit
504f2dded7
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ using namespace storage;
|
|||
return;
|
||||
}
|
||||
NSURL *url = [NSURL URLWithString:urlString];
|
||||
[self.controller openCatalogDeeplink:url animated:YES];
|
||||
[self.controller openCatalogDeeplink:url animated:YES utm:MWMUTMDownloadMwmBanner];
|
||||
}];
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue