Activities
With the Activities method, you can measure any activity in the system that is critical to the functioning of the application or business.
HTML
<a href="#" onclick="Streply.Activity('user click on link');">Link</a>
Add some parameters:
HTML
<a href="#" onclick="Streply.Activity('user click on link', {'userId': 1});">Link</a>