Tracking actions

Use the track method trackAction 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

Leverage standard Datopus params to convey action's relation to HTML tag

Add your own context

Tracking views

Use the track method trackView 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
window.datopus('trackView', this.featureName);