orta / ARAnalytics

Simplify your iOS/Mac analytics
MIT License
1.84k stars 217 forks source link

Flurry Capture Event Duration? #235

Closed kidsid49 closed 8 years ago

kidsid49 commented 8 years ago

In flurry docs https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/events/ios/ We can capture particular even duration but in ARAnalytics.h there is no such function that wraps up [Flurry endTimedEvent:@"Article_Read" withParameters:nil];

I went through the "FlurryProvider.h" and didn't find any usages of "endTimedEvent" method so was just curious how ARAanalytics predict the ending of timed event?

orta commented 8 years ago

I think it does it by using the subclass' method for ending the timed event

orta commented 8 years ago

Coming due to lack of a reply, doing an issues cleanup.