Skip to content

Caphyon/Advanced-Analytics-SDK

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
sdk
 
 
 
 
 
 

AdvancedAnalytics SDK

Is an SDK which sends data about your application to our servers. You can then see Launches count and Active users count information in the Launch report from your Analytics account.

How to

C++

  • Include header in project.
  • Link or load Advanced Analytics library.
  • Get your app id from AdvancedInstaller or from InstallerAnalytics
  • Replace the default app id and version with your own.
  • Use AA_Enable (true / false) to enable tracking of your app.
  • Use AA_Start and AA_Stop, to signal the start and stop of your application.

C#

  • Load the dll (see c# sample for example)
  • Get your app id from AdvancedInstaller or from InstallerAnalytics
  • Replace the default app id and version with your own.
  • Use AA_Enable (true / false) to enable tracking of your app.
  • Use AA_Start and AA_Stop, to signal the start and stop of your application.

Java

  • Load the dll (see java sample for example)
  • Get your app id from AdvancedInstaller or from InstallerAnalytics
  • Replace the default app id and version with your own.
  • Use AA_Enable (true / false) to enable tracking of your app.
  • Use AA_Start and AA_Stop, to signal the start and stop of your application.

Requirements

  • Installer Analytics Account with a valid application. When the application is added the app id is generated.
  • Visual C++ Runtime

About

SDK and samples for integrating Advanced Analytics with various application types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages