react-mouseflow

1.0.4 • Public • Published

react-mouseflow

Implement the Mouseflow tracking snippet into your application

Installation

npm install react-mouseflow

Usage

import { mouseflow} from 'react-mouseflow';

mouseflow.initialize(mfid);

//Tag a recorded session
mouseflow.tag('tag', property);

// Add a variable to a recorded session
mouseflow.setVariable('setVariable', key, value);

// Update the current page path
mouseflow.newPageView('/my/page');

// Ensure Mouseflow is running before calling it's methods
if (Mouseflow .initialized()) {
  //your code here
}

mfid: Stands for Mouseflow Website ID. This is the ID which tells Mouseflow which project's recording script should be run. Where is my website id?

Package Sidebar

Install

npm i react-mouseflow

Weekly Downloads

623

Version

1.0.4

License

ISC

Unpacked Size

3.12 kB

Total Files

5

Last publish

Collaborators

  • violet329