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

Track user analytics for External Links clicked under Create Cluster tabs

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • None
    • 2
    • False
    • Hide

      None

      Show
      None
    • True

      There are 3 tabs under `/openshift/create/cloud` ie. "Cloud", "Datacenter", and "Local".

      We should track external doc clicks under each.

      src/components/common/ExternalLink.jsx:

      // Create Cluster -> Data center
          } else if (path.includes('/openshift/assisted-installer/clusters/~new')) {
            resource = 'assisted-installer';
          } else if (path.includes('/openshift/install/metal/installer-provisioned')) {
            resource = 'installer-provisioned';
      // etc...the 11 screens & cards MTurley just updated
      

       

              Unassigned Unassigned
              dtaylor@redhat.com David Taylor
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: