Skip to content

SamyPesse/analytics.js-integration-hotjar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.