-
Task
-
Resolution: Unresolved
-
Critical
-
None
-
None
-
None
-
False
-
-
False
-
-
-
Red Hat OpenShift Cluster Manager (OCM)
When a user clicks on an add-on card on the Add-ons tab on the OCM cluster details page, we want to track an event like:
analytics.track('Card Viewed', { current_path: '/openshift/details/s', // static shortened path to remove dynamic part tab_title: <this.tab.title>, tab_id: <this.tab.id>, card_type: 'addon', addon_id: <this.addon.id>, ocm_resource_type: <Subscription.plan_id.toLowerCase()>, resource_id: <Subscription.external_cluster_id>, ocm_cluster_id: <Subscription.cluster_id>, module: 'openshift' });