Forum Discussion

cblown's avatar
cblown
Boss
13 years ago

Ideas Statistics

Hi All

 

We are exploring options relating to the Lithium Ideas Exchange to create a custom component that displays

 

  • Number of ideas submitted

  • Number of votes submitted

  • Number of comments posted

  • Number of ideas implemented.  

Our understanding is that Ideas can be treated just like normal boards and that we'd query the board and tally the stats ourselves? Does the response data contain all the "Ideas" elements such that we could determine these statistics? 

 

Any advice appreciated 

CB

  • After reading the Metrics List it looks like we can fetch the following:

     

    Net Ideas - The number of ideas posted to idea exchanges (Ideas), minus the ideas that have been deleted (Ideas Deleted).

    Net Ideas Comments - The number of ideas added to idea exchanges (Ideas Comments), minus those that have been deleted (Ideas  Comments Deleted).

     

    2 down, 2 to go..

     

    Can't see any reference to "Ideas statuses" and "Ideas Votes" though.. any ideas?

     

    • cblown's avatar
      cblown
      Boss

      We are still looking for help with this issue, here is what we have so far: 

       

      • Number of ideas submitted    -- Using metrics Net Ideas 

      • Number of kudo submitted    --  Using REST api -  /boards/id/<id>/kudos/count we can fetch total kudos for each Ideas board and tally.

      • Number of comments posted  -- Using metrics Net Ideas Comments 

      • Number of ideas implemented -- No solution found ( we can't see anything in the metrics? )

         

      We've looked at the REST call

       

       

      /board/id/<id>/threads/for/message_statuses/id/<implemented> .. /top/count  .. /recent/count  ../popular/count  

       

      But we are after a count for ALL "Implemented" Ideas to date.

       

       

      • BrodieJpk's avatar
        BrodieJpk
        Guide

        This would be super helpful for our purposes too.

         

        Please forgive the ineptitude but in creating these calls, where it's like HTML code, as front-end users are we able to enter these somewhere to create reports? Or do we need access in the back-end?

         

        It would be really convenient for more detailed reports to come out of Ideas Exchange, including regularity of tags and labels, a status tracker to identify how long ideas have stayed in a status for, and how to measure individual ideas as well as figures taking into account how many ideas are moved and merged into others. 

         

        Would be super handy eh @ClaudiaS??

  • Yeah I haven't had a look back into V2 to see - but the CSV export is probably the only way if not.