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

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

  • 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.

       

       

      • mdfw's avatar
        mdfw
        Genius

        Hi cblown ,

        I'm resurrecting an old thread but wondered if you were ever able to grab " Number of ideas implemented ". I'm trying to filter by date as well. I'd love anything that says "filter by status changed between date1 and date2" but I'm not seeing that either. Wondered if you had any ideas based on this old issue?

        Thanks!