The Analytics API enables you to collect analytics data for your app.
To record an event use the track
method of BlueBase's Analytics API.
The track
method lets you add additional attributes to an event. For example, to record artist information with an albumVisit event:
Data can also be added to an event:
To add support for an Analytics Provider see this guide.