Infonline plugin
Provides infonline integration
Install
Add "infonline": "git+ssh://git@github.com:vigour-io/infonline.git#master"
to the dependencies in your app's pakage.json, then run npm update infonline
Coming soon: npm i vigour-infonline
Usage
Th eplugin must be configured in the package.json
adding the siteId used by Infonline to associate the tracking event with the site
// plugini intializationvar infonline = // init is send setting plugin value as true// it will load the script (if web)infonlineval = true // to track we have the `track` method which accepts a JSON objectinfonline
See tests for more use cases.
Specifications for native communication
see Plugin API