Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Custom analytics for drupal portal

Hi

We have some analytics in Drupal portal out of the box with APIGee kick start.

I need some more analytics, for this do i have to create a new module for it?? because existing module is just supporting some limited analytics.

abdul009_0-1744284973890.png

 

Thanks

0 3 116
3 REPLIES 3

Hi @abdul009 

Can you clearly define what does More Analytics you want ?
What specific metrics, reports, insights or API Usage parameters you want, can you mention that?

Thanks!

i want to change this graph, and also i want to show specific API's usage details, AT the moment we can send only 1 parameter in request like "average response time". i want to send multiple parameters to show all stats at once, plz guide.

Hi @abdul009 

You can check this document as a reference for analytics metrics, dimensions, and filters.

We already have others parameters - Message Count & Error Count.

To additionally add other supported parameters from the above document, you can write a custom code to extend options in AppAnalyticsFormBase also you will need to add logic for those parameters in apigee-client-php library StatsController & check & update if required StatsQuery

Thanks!