forked from organicmaps/organicmaps
Fixed fc 2018 stats
This commit is contained in:
parent
1d1094a268
commit
4ebfef31f1
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ static NSString * const kFifa18Category = @"fc2018";
|
|||
[MRMyTracker trackEventWithName:@"Search_SponsoredCategory_shown_LuggageHero"];
|
||||
[Statistics logEvent:kStatSearchSponsoredShow withParameters:@{kStatProvider : kStatLuggageHero}];
|
||||
}
|
||||
else if ([string isEqualToString:kFifa18Category])
|
||||
{
|
||||
[Statistics logEvent:kStatSearchSponsoredShow withParameters:@{kStatProvider : kStatFifa18}];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
|
|
Loading…
Add table
Reference in a new issue