Skip to content

StreetHawkSDK/PhonegapGrowth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreetHawk's Growth Plugin

Introduction

The repository hosts Phonegap plugin of StreetHawk SDK's Growth module. The plugin is required if you wish to add app virality inside your application and fetch detailed Analytics based on app sharing.

Integration Steps

Add Growth plugin by running the below command.

$ cd <APPLICATION_DIRECTORY>
$ cordova plugin add streethawkgrowth

Note that Growth plugin requires StreetHawk Analytics plugin which can be added by running the below mentioned command

cordova plugin add streethawkgrowth  --variable APP_KEY=<YOUR_APPLICATIONS_APP_KEY> --variable URL_SCHEME=<URL_SCHEME_OF_APP>

Replace YOUR_APPLICATIONS_APP_KEY with app_key registered with StreetHawk for your application and URL_SCHEME_OF_APP with deeplinking scheme of your application.

Documentation

Click here for detailed documentation of StreetHawk's Growth plugin.

Other StreetHawk Plugins

  • Beacon for running beacon based campaigns
  • Push Push messaging in your application
  • Geofence for running geofence based campaigns
  • Location for running campaigns based on user's location
  • Feeds for sending feeds in your application

Streethawk