DeveloperEngagement

Is there a way to get the data compiled in Developer Engagement via API Call or some way programatically? We would like to be able to display the report in the portal to business users who do not have a developer account in Edge.

0 2 62
2 REPLIES 2

I dont think you'll find all the same data in analytics alone.

I think you would need to query the Developers APIs to build out your own set of metrics on the developers. Then you can query each developer for their apps.

https://apidocs.apigee.com/docs/developer-apps/1/overview

https://apidocs.apigee.com/docs/developers/1/overview

Finally, you'll then want to use the stats APIs to get traffic by developer/app

https://apidocs.apigee.com/docs/stats/1/overview

Not applicable

All data related to a traffic is present in postgres. If you want to add something specific that is not present in postgres then you can use statistics collector policy. Then you can do SQL queries on the fb for your required info.