-
Task
-
Resolution: Unresolved
-
Critical
-
None
-
None
-
None
-
False
-
-
False
-
-
-
Red Hat OpenShift Cluster Manager (OCM)
OCM provides an outbound link to the OpenShift cluster's web console for all clusters listed in OCM. The link appears for every cluster on both the cluster list and on the cluster details page.
We want to track when a user clicks on the "Open console" link.
For event name and metadata, we should capture:
analytics.track('Link Clicked', { current_path: window.location.pathname, link_name: 'openshift-web-console', ocm_resource_type: <Subscription.plan_id.toLowerCase()>, resource_id: <Subscription.external_cluster_id>, ocm_cluster_id: <Subscription.cluster_id>, module: 'openshift' });