Skip to content

v4.4.0

Choose a tag to compare

@dariuszlacheta dariuszlacheta released this 03 Apr 07:05
· 35 commits to master since this release

New features:

AutoCollector:

  • Ability to add pointer position for tracking click events

This could be set up in configuration object:

recordClicksPositionPointer: false, // record pointer position for clicks

Example of data added to event for auto tracking clicks:

{

  "pointer": {
      "x_position": 8,
      "y_position": 830,
    }

}