Uploaded image for project: 'OCMUI - OpenShift Cluster Manager UI'
  1. OCMUI - OpenShift Cluster Manager UI
  2. OCMUI-907

Track outbound "Open console" link to cluster's web console

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Critical Critical
    • None
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • 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'
      });
      

              Unassigned Unassigned
              jlucky@redhat.com Jacob Lucky
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: