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.
Thanks
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!