streethawkanalytics
v1.10.1
Published
The repository hosts Phonegap plugin of StreetHawk SDK's Analytics module. The plugin reports various vital raw data to StreetHawk servers which is further processed and used for various analytic for your application. The module also provides API for tag
Downloads
30
Maintainers
Readme
StreetHawk's Analytics Plugin
Introduction
The repository hosts Phonegap plugin of StreetHawk SDK's Analytics module. The plugin reports various vital raw data to StreetHawk servers which is further processed and used for various analytic for your application. The module also provides API for tagging the install, identifying the users and tracking various important events inside your application.
Integration Steps
Execute below mentioned command to add StreetHawk Analytics plugin to your application. In the command below, replace YOUR_APPLICATIONS_APP_KEY with application’s app_key registered with StreetHawk and URL_SCHEME_OF_APP with url scheme of your application for deeplinking.
$ cd <APPLICATION_DIRECTORY>
$ cordova plugin add streethawkanalytics --variable APP_KEY=<YOUR_APPLICATIONS_APP_KEY> --variable URL_SCHEME=<URL_SCHEME_OF_APP>
Documentation
Click here for detailed documentation of StreetHawk's Analytics plugin.