Hull Connector for Google Analytics
This connector allows you to enrich Hull Users with data from Google Analytics
Please refer to the end-user documentation for further details, see Connector Docs.
After installing dependencies via
npm i
you can use the build
script from package.json
to build the JS files or start the live development server running
npm run start-src--watch
For convenience the script section contains a script to run ngrok
and provide a tunnel to your local environment. Make sure to have ngrok installed and then run
npm run ngrok
If you are not on a paid ngrok plan, you can run ngrokfree
which doesn't use a dedicated subdomain.
To run a clustered version of the connector for production, use
npm run start
This project welcomes contributions and suggestions; we would appreciate if you follow the Code of Conduct.
Please read the Contribution Guidelines and refer to the Developing Guidelines for details about how to make a positive impact on this project.
The changelog which details the releases can be found here.
MIT License. See LICENSE document for details.