Customising Actions
Consider the following actions, where you register an user, and in this scenario you need to register this user to your tracking solution and finally customise the shape of the event that will be dispatched to your tracking provider:
In that case , you'd need to specify these rules using the property customise
of the options object, which accepts an array of objects containing an RegEx pattern or a function to match the action and a onTrack
callback function.
Last updated