-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
3
-
True
-
False
-
None
-
HAC Console Sprint 244
-
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 if the user clicks on a docs link:
analytics.track('Link Clicked', { current_path: '/openshift/details/s', // static shortened path to remove dynamic part link_name: 'external-link', link_url: '<url of link to docs>', 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' });
Acceptance Criteria
- Send metadata requested above.
- Confirm doc link click event shows up in our Sentry portal.
- is related to
-
OCMUI-899 Track user analytics for External Links clicked under various Cluster Details tabs
- Closed
-
OCMUI-919 Track when an add-on card is viewed on Add-ons tab of OCM cluster details
- To Do
- relates to
-
HAC-5304 [OSD] Doc link is not getting tracked in Segment for Add-ons tab
- Closed
- mentioned on