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

Track when an add-on install button is clicked on Add-ons tab of OCM cluster details

XMLWordPrintable

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

      None

      Show
      None
    • False
    • Openshift Cluster Manager

      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 the install button:

      analytics.track('Button Clicked', {
        current_path: '/openshift/details/s', // static shortened path to remove dynamic part
        link_name: 'install-addon',
        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'
      });
      

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

              Created:
              Updated: