hashdo-analytics-keen
v0.1.73
Published
#Do analytics implementation to send events to Keen IO.
Downloads
10
Readme
#Do Keen IO
This is a analytics implementation plugin for sending #Do data to Keen IO.
Getting Started
To make use of Keen IO for analytics in a #Do project, you simply replace the built-in analytics
object property with this implementation.
var hashdo = require('hashdo');
// Use the Keen IO analytics plugin.
hashdo.analytics = require('hashdo-analytics-keen');
// Using the hashdo-web project?
var hashdoweb = require('hashdo-web');
hashdoweb.hashdo.analytics = require('hashdo-analytics-keen');
Environment Variables
To successfully send data to Keen IO, the following environment variables must be set.
KEEN_PROJECT_ID
The project ID can be found on the selected Keen IO project page.
KEEN_WRITE_KEY
The write key can be found on the selected Keen IO project page by clicking on the "Show API Keys" button.
License
Copyright 2015 (c). All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.