Clarity

  • 1.  Check for number of users accessing new user ex

    Posted Oct 08, 2018 04:05 AM

    We have enabled new user experience in our environment. Is there a way to have count/check of how many users are accessing the new link ?



  • 2.  Re: Check for number of users accessing new user ex

    Posted Oct 08, 2018 04:06 AM

    I cant see anything in log_details table also



  • 3.  Re: Check for number of users accessing new user ex

    Broadcom Employee
    Posted Oct 08, 2018 04:13 AM

    HI Piyush,

     

    if you parse the app access log, you will see entry below and you have session appened at the end and you could join with CMN_SESSION table to get the number of unique session and user_id from the table and those are the number of people logged into the new UX.

     


    10.***.xx.xx |[08/Oct/2018:04:06:39 -0400]|GET /ppm/rest/v1/private/unreadPushNotificationsCount?_cb=1538986048971 HTTP/1.1|200|105|78|5262043__DF518DBE-1D23-40F9-AB3B-88B4660C0A2A

     

    Tomcat  Analyze Job will populate the data for you in the *Log Tables and you can build a portlet too. 

     

    Regards

    Suman Pramanik 



  • 4.  Re: Check for number of users accessing new user ex

    Posted Oct 08, 2018 06:02 AM

    Thanks Suman for the information



  • 5.  Re: Check for number of users accessing new user ex

    Posted Oct 08, 2018 06:29 AM

    In the below URL, till what point we can be sure that it is pointing to NUX only -

     

    10.***.xx.xx |[08/Oct/2018:04:06:39 -0400]|GET /ppm/rest/v1/private/unreadPushNotificationsCount?_cb=1538986048971 HTTP/1.1|200|105|78|5262043__DF518DBE-1D23-40F9-AB3B-88B4660C0A2A

     

    Like, I am planning to use like %'ppm/rest/v1/private'%



  • 6.  Re: Check for number of users accessing new user ex

    Broadcom Employee
    Posted Oct 08, 2018 06:32 AM

    Hi Piyush,

     

    Yes that should be fine, if you are not using any REST API integration this should be ok. 

     

    Regards

    Suman Pramanik 



  • 7.  Re: Check for number of users accessing new user ex

    Posted Oct 11, 2018 02:06 PM

    Hi Suman,

    Just to clarify, Did that mean the text "/ppm/rest/v1/private" is meant for the NEW UX sessions only (i.e when user navigate to NEW UX) and for PPM it should be something else?