πAnalytics
The Analytics API enables you to collect analytics data for your app.
Track Events
To record an event use the track
Β method of BlueBase's Analytics API.
Record a Custom Event with Attributes
The track
method lets you add additional attributes to an event. For example, to record artist information with an albumVisit event:
Record Engagement Metrics
Data can also be added to an event:
Integrations
To add support for an Analytics Provider see this guide.
Last updated