1.1.1 • Published 6 years ago

analytics.js-integration-hotjar v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

analytics.js-integration-hotjar

Hotjar integration for Analytics.js.

Options

{
    Hotjar: {
        hjid: '....',
        hjsv: 5,
        // Track event name as tag on recordings
        tagEvents: true,
        // Tags to append when identifying an user
        identifyTags: [ 'Logged In User' ],
        // false to start recording only users.
        recordVisitors: true
    }
}

License

Released under the MIT license.