mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
MESSENGER-4795 add matomo event names
This commit is contained in:
@@ -8225,7 +8225,7 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
[BWIAnalyticsHelper getRoomDeviceCountWithRoom:self.roomDataSource.room completion:^(NSInteger deviceCount) {
|
||||
NSString *deviceCountString = [BWIAnalyticsHelper dimensionForDeviceCount: deviceCount];
|
||||
NSNumber *durationInSeconds = [NSNumber numberWithInteger:(duration / 1000)];
|
||||
[BWIAnalytics.sharedTracker trackEventWithDimensionWithCategory:@"Feature" action:@"SendVoiceMessage" dimension:deviceCountString value:durationInSeconds name:nil];
|
||||
[BWIAnalytics.sharedTracker trackEventWithDimensionWithCategory:@"Feature" action:@"SendVoiceMessage" dimension:deviceCountString value:durationInSeconds name:@"send_voice_message_default"];
|
||||
}];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user