1.0.5 • Published 3 years ago

@frogalytics/web v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Frogalytics

This package can be used to easily track page views and events for any web framework. You can also append data to visitors if you have authenticated users.

Basic usage

Note that page views are tracked automatically and only require you to call init().

import frogalytics from '@frogalytics/web'

frogalytics.init()

frogalytics.track('Event name', { optionalEventData: true })

frogalytics.identify('yourUniqueUserIdentifier', { email: 'johndoe@mail.com', name: 'John Doe' })
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago