ski-vendors
v1.0.9
Published
Analytic and Marketing vendors for Ski Goggles and related projects
Downloads
6
Readme
Ski Goggles - Ski Providers
This is the engine that powers Ski-Goggles (https://github.com/ski-gear/ski-goggles) and other related projects.
If you are looking for the Chrome Extension that can help you debug Snowplow analytics (and other vendors), check this repository.
Vendors Mapped:
- Adobe Analytics
- Google Analytics
- Krux
- Mixpanel
- Nielsen
- Rubicon
- Snowplow
- Ipsos
- FullStory
How to test locally
- Be in ski-vendors root
yarn link
(this generates the synthetic local module)- Be in ski-goggles root
yarn link ski-vendors
(this links the app to the local ski vendors module)yarn install --force
(this will pull the latest changes, need to confirm if this has to be run everytime)- Switch to ski-vendors
- Make changes in ski-vendors
yarn compile
to generate the package changes- Switch to ski-goggles
yarn build
oryarn dev-build
to see your changes reflect in the app- Open Chrome + Ski-Goggles and check your changes
- Loop steps 6-10 for Ski-Vendors engine testing
yarn unlink
before you publish~~
License
Copyright (C) 2012 REA Group Ltd.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.