Private API Routes

For each Installer Analytics view, we have a couple of API routes. We're going to list them below:

docsPlease note that you will have to replace YOUR_APP_ID with your application ID that you can find in the App Settings view -> Tracking Code.

docsPlease also note that you have to be authenticated to use the routes below. If you just want to test our API, you can use our Demo App's tracking code 000000000000000000000000 that doesn't require authentication.

Installs (GET request)

https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/installs
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/new-users
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/installs-status
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/uninstalls-status

Versions (GET request)

https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/installs-per-version
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/user-installs-per-version

Custom Properties (GET request)

https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/custom-properties

User Base (GET request)

https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/user-base

Exceptions (GET request)

https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/exceptions
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/exceptions-detailed

Environment (GET request)

https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/os-distribution
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/windows10-distribution
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/os-platformType
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/physical-memory
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/screen-resolution
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/msi-version
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/user-language
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/dpi-scale

Software (GET request)

https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-iis
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-dotnet
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-ie
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-msoffice
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-jre32
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-jre64
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-sqlcompact
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-sqlexpress
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-ps
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-dx

Geographic (GET request)

https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/geographic-world
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/geographic-country
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/geographic-region
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/user-geographic-world
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/user-geographic-country
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/user-geographic-region

Prerequisites (GET request)

https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/prerequisites

Launch Conditions (GET request)

https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/launch-conditions

Uninstall Survey (GET request)

https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/uninstall-reason
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/uninstall-reason-details

Launch (GET request)

https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/active-users
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/launches

docsPlease note that all routes above can and should be filtered. Accessing the routes above without any filter will only display the most recent 10 results. You can visit this page to learn how.