1 This files describes API changes in analytics sub system,
2 information provided here is intended especially for developers.
6 * There are two new methods for analysers, processes_user_data() and join_sample_user(). You
7 need to overwrite them if your analyser uses user data. As a general statement, you should
8 overwrite these new methods if your samples return 'user' data. These new methods are used
9 for analytics' privacy API implementation.