Tracking actions
Use the track methodtrackAction
to manually register activity on a feature.
For example, you can register engagement on feature CTA: Add To Cart
in the next ways
Context-free
Context-free
JS
Leverage standard Datopus params to convey action's relation to HTML tag
Leverage standard Datopus params to convey action's relation to HTML tag
JS
Add your own context
Add your own context
JS
Tracking views
Use the track methodtrackView
to manually register a view on a feature. This method is useful for tracking when a feature appears on a page, also known as an impression.
By analyzing feature views and feature actions, businesses determine the Feature Engagement Rate.
JS