Integrate SDK
This page will give detailed description of how you can integrate Growlytics javascript SDK to your website.
Step 1: Install SDK
Copy-paste the following code into <head> of your application's root page. Make sure this script is added on all the pages of your website or web app.
growlyicsSettings
method supports following parameters.
Option
Type
Description
apiKey
string
Api Key for given project. You can find the api key in project settings page.
enabled
boolean
Enable/disable growlytics sdk.
Step 3: Further Integrations
For further integrations, please refer to individual sections.
Track EventsTrack UsersWeb Push NotificationsLast updated