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

Tracking features in WinForms

4 Answers 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.
Chris
Top achievements
Rank 1
Chris asked on 29 Oct 2015, 01:50 PM

Hi,

I very much like what I've seen so far, but I'm a bit unsure about how exactly to specify and track certain features in my VB app.

I'm not overly fond of the Rad control styles and would prefer to continue using the standard VS system styles. I had hoped to track the frequency with which certain buttons were pressed, but that now seems unlikely. Can I instead monitor how often a certain section of code is executed?

I'm a total newbie here and would appreciate it if you could provide a VB code sample of how I might do this.

Cheers,

Chris

4 Answers, 1 is accepted

Sort by
0
Chris
Top achievements
Rank 1
answered on 29 Oct 2015, 02:19 PM

Actually, I've figured out how to do it myself. You actually just name and use the feature at run-time:

myMonitor.TrackFeature("feature_name")

Then in the Analytics it will automatically add the feature. If you want to add a category, simply use a "." delimiter, such as this:

myMonitor.TrackFeature("category_name.feature_name")

Would be great if you guys made this a bit clearer in the help, but otherwise, keep up the awesome work!

0
Serge
Telerik team
answered on 29 Oct 2015, 03:20 PM
Hello Chris,

Thanks for following up with the solution. We'll try to find to make this more visible in the documentation. 

Regards,
Serge
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
0
Chris
Top achievements
Rank 1
answered on 29 Oct 2015, 03:45 PM

Hi Serge,

Just one final one, do I need to purchase DevTools in order to then purchase an Analytics licence, or are they totally separate?

Cheers,

Chris

0
Serge
Telerik team
answered on 30 Oct 2015, 01:11 PM
Hello, 

You don't need a license for DevTools in order to buy Analytics. Follow this link. However keep in mind that Analytics is also part of the Platform bundle and you can opt for that purchase. 

I hope this helps.

Regards,
Serge
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
Chris
Top achievements
Rank 1
Answers by
Chris
Top achievements
Rank 1
Serge
Telerik team
Share this question
or