I configured geo location based statistics according to the documentation for api manager and it worked perfectly.but it only shows the country name and count:
I want to show for example the city,ip,time zone etc. but how i can do that?
thanks!
I configured geo location based statistics according to the documentation for api manager and it worked perfectly.but it only shows the country name and count:
I want to show for example the city,ip,time zone etc. but how i can do that?
thanks!
The default geolocation widget is showing only the country based API invocations only. In order to support custom information, a custom widget is required. Currently in the database level count against city and country is there. But it shows count against country only. You can add country and city view to the widget by doing customization to the widget. In order to support timezone, maybe you can keep the city/country to timezone mapping in the UI and render it on the chart.