This is a migrated thread and some comments may be shown as answers.

features used with time of day

1 Answer 52 Views
General discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Telerik Legal
Top achievements
Rank 1
Telerik Legal asked on 10 May 2016, 08:52 AM

Hi there,

We are trying to establish a trend in when our customers 'Check for updates' in our app so we were wondering if it's possible to correlate Feature Use with Time of day, or do we have to log the timestamp ourselves with something along the lines of:

     monitor.TrackFeature("CheckedForUpdates."+ DateTime.Now);

Regards,

Andy

1 Answer, 1 is accepted

Sort by
0
Ivelin Salabashev
Telerik team
answered on 12 May 2016, 08:27 AM
Hi,

Correlation between Feature Use and Time of day is not supported. But you can do it yourself by using it in a similar way: TrackFeature. monitor.TrackFeature("CheckedForUpdates.", DateTime.Now.Hour ) where first parameter is feature category and second is feature name.

As a result you will have a chart where every hour will be a series.

I hope this will help.

Regards,
Ivelin Salabashev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General discussion
Asked by
Telerik Legal
Top achievements
Rank 1
Answers by
Ivelin Salabashev
Telerik team
Share this question
or