Telerik Analytics: OpenEdge.NET SDK March 9, 2016 Bill Wood Version 0.4 Bill Wood.

Slides:



Advertisements
Similar presentations
A tour of new discovery introducing XpertCapture Your ultimate data capturing solution.
Advertisements

Research Development for Android Coopman Tom. What is Android?  Smartphone operating system  Google  Popular  ‘Easy to develop’  Open-Source  Linux.
About DataViz, Inc. In business 25 years 13+ years experience in the mobile industry Specializing in Office compatibility for non-Microsoft platforms.
Installing SAS 9.3 Raymond R. Balise Health Research and Policy.
Installing SAS 9.3 Raymond R. Balise Health Research and Policy.
SolidWorks UGM Yakima, WA. What Is DraftSight? Easy to use, professional grade, 2d CAD software Intuitive and Powerful Best of all… It’s FREE !!!
DB Audit Expert v1.1 for Oracle Copyright © SoftTree Technologies, Inc. This presentation is for DB Audit Expert for Oracle version 1.1 which.
This presentation will guide you though the initial stages of installation, through to producing your first report Click your mouse to advance the presentation.
Acceleratio Ltd. is a software development company based in Zagreb, Croatia, founded in We create innovative software solutions for SharePoint,
Android 2: Introduction to the Technology Kirk Scott 1.
Introduction Purpose This course describes the process of installing the KPIT GNU toolchain on your PC. Objective Learn how easy it is to get information.
1 Tradedoubler & Mobile Mobile web & app tracking technical overview.
1 Thomas Lippert Senior Product Manager - Mobile What’s new in SMC 5.0.
QuickBooks QB i 2009/10 New Features Presented by Helen Goodyear.
GSA Federal Supply Service VITM Virtual IT Marketplace
DEV325 Deploying Visual Studio.NET Applications Billy Hollis Author / Consultant.
OFC290 Information Rights Management in Microsoft Office 2003 Lauren Antonoff Group Program Manager.
An Introduction to Progress Arcade ™ June 12, 2013 Rob Straight Senior Manager, OpenEdge Product Management.
Downloading and Installing Autodesk Revit 2016
Downloading and Installing Autodesk Inventor Professional 2015 This is a 4 step process 1.Register with the Autodesk Student Community 2.Downloading the.
Mtivity Client Support System Quick start guide. Mtivity Client Support System We are very pleased to announce the launch of a new Client Support System.
Real World App Development using NEW Telerik ScreenBuilder and NEW Progress Data Source – the basics Brian C. Preece Ypsilon Software Ltd
Telerik Analytics What kind of Analytics is Application Analytics?  November 6 th, 2015  Eigil Rosager Poulsen – Telerik 
Slide 1 FastFacts Feature Presentation December 22, 2015 To dial in, use this phone number and participant code… Phone number: Participant.
© 2010 IBM Corporation Information Management Adding Guardium Skills for Optim Partners Your Jump-Start Guide to Guardium Your jump-start guide to adding.
1 BCS 4 th Semester. Step 1: Download SQL Server 2005 Express Edition Version Feature SQL Server 2005 Express Edition SP1 SQL Server 2005 Express Edition.
Munis Version 9.1 & 8.3 Sneak Peek System Administration.
Maintaining and Updating Windows Server 2008 Lesson 8.
GOOGLE TAG MANAGER. INTRODUCTION Google Tag Manager (GTM) is a free solution, introduced in October Google Tag Manager (GTM) is a free solution,
Playing Well with Others Collaborative Tools for Successful Group Projects James M. Donovan, J.D., Ph.D. Faculty and Access Services Librarian.
Sharing Maps and Layers to Portal for ArcGIS Melanie Summers, Tom Shippee, Ty Fitzpatrick.
Lesson 19: Configuring and Managing Updates
NOODLETOOLS SIGN-IN Student ID #
File Management in the Cloud
Using Wikis to Facilitate Collaborative Research Projects
Project Management: Messages
Using Office 365 Across All Your Devices
Microsoft Ignite /10/2018 3:38 AM
Live Customer Support Solution
Tutorial for 21Classes.com
Trial.iO Makes it Easy to Provision Software Trials, Demos and Training Environments in the Azure Cloud in One Click, Without Any IT Involvement MICROSOFT.
Microsoft Ignite /18/2018 8:30 PM BRK2065
On the road: Test automation in practice for a BMW map update service
Adobe Analytics Journal Ad Sales
Multi Rater Feedback Surveys FAQs for Participants
Multi Rater Feedback Surveys FAQs for Participants
Gain powerful insights into your print environment
Introduction With TimeCard users can tag SharePoint events with information that converts them into time sheets. This way they can report.
Google Analytics & Search Console
ETS Inside Product Launch
Collaboration with Google Docs
Instructor: Prasun Dewan (FB 150,
What Is Sharepoint? Mohsen Ashkboos
More than just File Sync and Share.
Carl Data Solutions Collects Utility Sensor and Meter Data to Provide Advanced Reporting, Alarming, and Analytics with Microsoft Azure MICROSOFT AZURE.
Configuring Internet-related services
How to Use poll everywhere
Learn. Imagine. Build. .NET Conf
The 1st International Open Science Conference
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Saravana Kumar CEO/Founder - Kovai Atomic Scope – Product Update.
NEW! To meet the growing requirements for managing our courses and events, Olympic ESD 114 has partnered with a new program called pdEnroller. pdEnroller.
Introducing Schoolwires Forms & Surveys Module
DRC Central Office Services
Bulloch Information Session
CIS MS Windows Operating System
Erik Porter Program Manager ASP.NET Microsoft Corporation
Concord Products Online
This is a template for a presentation that you can use to introduce your team to Harvest. You can customize the content of the slides. You’ll want to pay.
Presentation transcript:

Telerik Analytics: OpenEdge.NET SDK March 9, 2016 Bill Wood Version 0.4 Bill Wood

2 Agenda  What is Analytics?  OpenEdge and Telerik Analytics: A Quick and Easy Demo  What We Saw  Deeper Dive: Inside Telerik Analytics  Best Practices  Where to go to get Telerik Analytics

3 What is Analytics? Google says….

4 What is Analytics? OpenEdge says….

5 What is Analytics? Let’s discuss over a beer!

Time for a Demo

What we just saw!

8 Telerik Analytics Can Instrument Your ABL Code (using the.NET SDK)

9 Simple ABL Code: Using.NET Objects … USING EQATEC.Analytics.Monitor.*. … // Initialize the Monitor DEFINE VAR monitor AS IAnalyticsMonitor. monitor = AnalyticsMonitorFactory:CreateMonitor("ac655448f8fdc7be7fc"). monitor:START(). … // Use the Monitor monitor:TrackFeatureValue(p_feature, p_value). … … USING EQATEC.Analytics.Monitor.*. … // Initialize the Monitor DEFINE VAR monitor AS IAnalyticsMonitor. monitor = AnalyticsMonitorFactory:CreateMonitor("ac655448f8fdc7be7fc"). monitor:START(). … // Use the Monitor monitor:TrackFeatureValue(p_feature, p_value). …

10 Summary Information: Usage, Versions, Geography, Environment

11 Summary Information: Usage, Versions, Geography, Environment

12 What is Going Wrong?

13 Telerik Analytics and OpenEdge:.NET SDK .NET SDK works with OpenEdge GUI clients (on Windows) Can also use the JavaScript SDK (for tracking WebSpeed, Star*Nova, Web/Mobile) … or Java and.NET SDK for Open Client apps  Can monitor: Features Used Timing (how long an action takes) Distribution for Feature/Value pairs  Easy to get Started: Need Telerik Platform Enterprise edition (to enable.NET SDK) Talk to your sales rep for evaluation AnalyticsSample.w  See:

14 Some FAQs  Can I use this on an Application Server or PASOE? Key Answer: Analytics is really for monitoring individual users, not servers. –This is it’s use case. Technical Answer: Yes, if on Windows.  Can I track a user across multiple devices (mobile, desktop, etc.)? Answer: No. Each project type is independent.  Can I do advanced correlations or queries? (Graph Feature Use vs Memory) Answer: This is not currently supported, but is on the roadmap.

Telerik Analytics: Deep(er) Dive (Code examples, data formats and more)

16 How does it work?

17 Development Platforms Supported - Monitors Application types: Mobile (native, hybrid, web) Desktop Web Implementations: C++ C# (.NET) Java JavaScript API Uniform for all platforms Small footprint and very low performance impact Supports off-line data collection

18 Many SDKs: JavaScript, Java,.NET, C (and C# below)

19 Data on the Wire

20 Examples of default monitor data collected

21 Tracking custom metrics – Feature Usage

22 Tracking custom metrics – Feature Timing End of method “MainForm_shown”

23 Tracking exceptions

24 Session details

Customer Success Stories

26 Customer Success “Telerik Analytics paints a picture for us of what features are of highest value to our users, so we can make smart decisions about what to include in our product and how to present the features in the interface.” Scott Kingsley, Software Development Manager, Schneider Electric Download: * Not an OpenEdge Customer

27 Customer Case Study One of the world’s leading hearing aid manufacturer monitoring 93,000 hearing clinic PC apps. Before Telerik Analytics:  Planned to re-implement a 75 man-year legacy application With Telerik Analytics:  Exact feature usage measurements uncovered that 25% of application was very seldom used Result:  25% of a 75 man-year project eliminated  $3.4 million (US) in savings

“We are using Telerik Analytics mainly to view exceptions that are occurring onsite and to improve the stability of our software. We really like the ability to view environmental information and the portal is really simple and easy to use. Another really useful feature is the fact that we can view information by version. We will expand our use to track features in the future.” Aleksandar Mitrović, Software Engineer, Kimley Horn & Associates, Inc.

Time for Another Demo Example Dashboards

Some Best Practices

31 Best Practices  Be upfront about collecting data.  Collect data to improve the product. This is not a compliance or licensing tool.  Think about what you are collecting, and how it will be used.  Have two projects: One to test (try new features or heirarchies) – a ‘disposable’ project One for ‘final’ deployment  Remember, data does not go away.

32 Ask yourself a few question…  What do you personally know about your end-users and customers? Facts? Second-hand information? Gut-feelings?

33 Best Practices: Customer Experience  Opting Out on “Paid Product” It is good practice for a ‘paid’ product to ask permission when users first use the product. It is also best practice to phrase this as an “Opt Out” (default is to let you collect feedback) You should make the option settable in preferences. You should not hide it, but you really want to only ask the question ‘once’ explicitly and early in usage. Be honest about what you are collecting and why (“anonymous usage metrics to improve Customer Experience”) Say you are doing “anonymous” collection. Say also what you are not collecting “e.g No personally identifiable information”) It is also good practice to say that you are not affecting performance  For ‘free’ products/demos/examples: Here it is acceptable to just add the information to a EULA. You still should be honest, and you should not hide that you are collecting information. You can even let users see what data you are collecting. –Telerik Analytics supports the ability to make a ‘public’ dashboard anyone can see.

: PDSOE 11.5

35 Customer Experience Improvement Program

36 For Telerik’s own use of Analytics on other Sites (From In order to help us improve your experience with the Telerik Properties, we use Telerik Analytics to monitor and identify trends and usage statistics. Telerik Analytics may collect certain information during a Product download, during a Product installation or update, while you are using certain Products and/or SaaS Products, Product demos, or applications on our Sites, and while you are using the Services. Such information may include, without limitation, how often different features are used, how often different buttons and menu items are clicked, execution time for different operations, error reports, download location, software version, platform information, application/Product usage, features usage, exception tracking, OS information, and Product and SaaS Product logs. The information will be transmitted to and stored by Telerik and its service providers on its and their servers. Telerik does not use Telerik Analytics to collect any information which personally identifies you. The collection of this non-personally identifiable information will cease once your use of the Telerik Properties has ceased. However, the information collected may be retained, accessed, and used by Telerik as long as necessary for the purposes described herein. For more information on Telerik Analytics, please visit: (From In order to help us improve your experience with the Telerik Properties, we use Telerik Analytics to monitor and identify trends and usage statistics. Telerik Analytics may collect certain information during a Product download, during a Product installation or update, while you are using certain Products and/or SaaS Products, Product demos, or applications on our Sites, and while you are using the Services. Such information may include, without limitation, how often different features are used, how often different buttons and menu items are clicked, execution time for different operations, error reports, download location, software version, platform information, application/Product usage, features usage, exception tracking, OS information, and Product and SaaS Product logs. The information will be transmitted to and stored by Telerik and its service providers on its and their servers. Telerik does not use Telerik Analytics to collect any information which personally identifies you. The collection of this non-personally identifiable information will cease once your use of the Telerik Properties has ceased. However, the information collected may be retained, accessed, and used by Telerik as long as necessary for the purposes described herein. For more information on Telerik Analytics, please visit:

37 Some Gotchas  Here are some common issues people have when they first use it.  Seeing “live” data: Normally, you see data that is collated overnight. To see live data There is still a 5 minute delay.  Check for ALL Sessions In testing you might not be using Public IP Addresses. Set this for All Sessions

38 Gotcha’s: Go “Live” and See “All”

How can you try Analytics?

40 Modernization – Two questions How to modernize?  PUG Challenge 2016 hopefully has provided you with many good suggestions and shared experience. What to modernize?  Everything? o Probably quite expensive…  Which parts then? o Use Telerik Analytics to measure what is most used  Start with those parts

41 For those developing in ABL….  Telerik Platform Mobile apps can be instrumented.  You can get Java and.NET clients (for Open Client apps)  We currently support OE/ABL GUI with Analytics (.NET SDK)  Any Web Application (JavaScript) with OpenEdge backend: WebSpeed PASOE / WebSpeed or REST Adapters Your own Servlet/JSP Your own ASP.NET  Talk to your Sales Rep for Evaluation

42 For those developing in ABL (.NET), Java, C#, JavaScript, etc.  Go to  Click Telerik Platform  Mobile only: Sign up to a free trail  Other SDKs: simply write to and ask for a Telerik Analytics trial This page subject to change Pricing and Evaluation are being revised for OpenEdge

BACKUP SLIDES: HIDDEN (will be removed before PUG)

What is Analytics?

47 Google Trends data

48 Google Trends data continued

49 Google Trends data continued

50 Google Trends data continued

The History of Telerik Analytics What are “Application Analytics”?

52 EQATEC: our problem back in 2008 Did our users like the product? Limited information sources:  Support questions  The occasional “fan” Basically we knew nothing – so what to do?

: application analytics v. 0.1  Red: usage (app execution)  Blue: downloads  Yellow: registrations  “F5 addictiveness”  Little information but much better than nothing

: A new analytics market?  Nov 2005: Google Analytics  Very few did application analytics for thick clients  So we decided to fill the gap

55 Feb 2013 – Telerik acquires EQATEC

: Telerik Analytics today  HTML5  Kendo UI controls

57 December 2014 – Progress acquires Telerik

58 PDSOE & Telerik Analytics  May 2015  October 2015

59 PDSOE & Telerik Analytics

60 PDSOE & Telerik Analytics

61 For Example, OEDK Classroom has this in the EULA 7. Feedback / Data Usage. a. While You are not required to do so, You may from time to time provide feedback to PSC with regard to the functionality and performance of the Software and/or Program Materials including, without limitation, identifying potential errors and improvements (“Feedback”). Feedback You provide may be used by PSC to improve or enhance the Software and/or Program Materials, and You hereby grant PSC a non-exclusive, perpetual, irrevocable, royalty-free, worldwide right and license to use, reproduce, disclose, sublicense, modify, make, have made, distribute, sell, offer for sale, display, perform, create derivative works, permit distribution and otherwise exploit such Feedback without restriction. b. The Software may use tools to identify trends and bugs, collect activation information, usage statistics and track other data related to Your use of the Software, and send that to PSC. PSC may use this information to provide services and to improve its products and services, in accordance with PSC’s Privacy Policy located at Your use of the Software operates as Your consent to these practices. 7. Feedback / Data Usage. a. While You are not required to do so, You may from time to time provide feedback to PSC with regard to the functionality and performance of the Software and/or Program Materials including, without limitation, identifying potential errors and improvements (“Feedback”). Feedback You provide may be used by PSC to improve or enhance the Software and/or Program Materials, and You hereby grant PSC a non-exclusive, perpetual, irrevocable, royalty-free, worldwide right and license to use, reproduce, disclose, sublicense, modify, make, have made, distribute, sell, offer for sale, display, perform, create derivative works, permit distribution and otherwise exploit such Feedback without restriction. b. The Software may use tools to identify trends and bugs, collect activation information, usage statistics and track other data related to Your use of the Software, and send that to PSC. PSC may use this information to provide services and to improve its products and services, in accordance with PSC’s Privacy Policy located at Your use of the Software operates as Your consent to these practices. NOTE: this not only covers “automatic” usage collection, but invites the user to casually shared feedback with us ‘from time to time’. (Perhaps over tea and biscuits)