new Analytics(settings)
Parameters:
| Name | Type | Description | 
|---|---|---|
| settings | Object | Settings object | 
- Source:
Methods
- 
    send(category, action [, label] [, value])
- 
    
    Send event to analytics. Parameters:Name Type Argument Description categoryString Category of this event actionString Action of this event labelString <optional> 
 Label of this event valueString <optional> 
 Value of this event - Source: