Skip to content

johnthiriet/appcenter-analytics-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The purpose of this project use to demonstrate the use of Application Insights to show Analytics data coming from App Center.

Configuring the export

For more information on how to configure the export :

https://johnthiriet.com/mobile-analytics-with-app-center-and-application-insights/

Analytics data might need several minutes to flow from AppCenter to Application Insights. Please be patient the first time you do your tests.

Demo application

Application Insights

This is a sample request that can be used to query the data in Application Insights.

customEvents
| where timestamp >= ago(7d)
| where name == 'MyEvent'
| project properties=parse_json(tostring(customDimensions.Properties))
| project city=tostring(properties.City), color=tostring(properties.Color)
| top-nested 3 of city by count(), top-nested 9 of color by count()
| project city, color, aggregated_color

Application Insights query results

PowerBI

Additionnaly, data exported to Application Insights can be shown in a PowerBI dashboard like displayed here :

https://app.powerbi.com/view

About

AppCenter Analytics Sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages