v4.4.0
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 clicksExample of data added to event for auto tracking clicks:
{
"pointer": {
"x_position": 8,
"y_position": 830,
}
}