-
Notifications
You must be signed in to change notification settings - Fork 23
Analytics Operations
Paul Smelser edited this page Oct 19, 2017
·
6 revisions
Use the Spring Social for Microsoft Partner Center to programmatically retrieve analytic information.
Get partner licenses deployment information aggregated to include all customers.
final AnalyticsOperations analyticsOperations = partnerCenterAdmin.getAnalyticsOperations();
final PartnerCenterResponse<PartnerLicensesDeploymentInsights> licensesDeploymentInsights = analyticsOperations.getPartnerLicensesDeploymentInformation().getBody();