1.0.4 • Published 10 months ago

react-mouseflow v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

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?

1.0.4

10 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago