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

Test data

1 Answer 39 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.
Randy
Top achievements
Rank 1
Randy asked on 16 Oct 2013, 05:35 PM
What would be the best method to have test data not included in the reports.  I could do an #if debug and assign a different key, but would be nice if we could exclude specific tagged data.

1 Answer, 1 is accepted

Sort by
0
Soren
Telerik team
answered on 17 Oct 2013, 07:08 AM
Hi Randy,

If you'd like to keep internal and development data, we offer a few solutions:
  • If you can detect that the starting application should not report data (for whatever reason), you can skip calling the Start() method and all other calls are essentially void.
  • We also offer the concept of public and internal data origins, where we group the incoming data into either public data or internal data. This can be used to direct internal and test data into a separate store from the public data and this separation is applied to the visualized data. There are two ways to control this:
    • You can control this from code by assigning the TestMode property on the IAnalyticsMonitorSettings instance to true, which will mark the data from that following session as internal data
    • You can also configure our servers to look for specific signs to find internal session data as data is received. By going into the Product Settings for your product on the web client, you'll be able to set a Product Filter. This allows you to setup a list of IP addresses or specific versions of your software and when the incoming data matches this filter, the data is marked as internal data.
You can read about controlling the data visibility here: http://www.telerik.com/analytics/resources/blog/13-09-11/controlling-data-visibility

 Hope this helps
 
Regards,
Soren
Telerik
JAVASCRIPT MONITOR (BETA) AVAILABLE FOR DOWNLOAD.
Monitor web applications with the new EQATEC Application Analytics JS library. Compatible with all modern browsers.
Test it today >>
Tags
General discussion
Asked by
Randy
Top achievements
Rank 1
Answers by
Soren
Telerik team
Share this question
or