0.1.0 • Published 8 years ago

cordova-plugin-segment v0.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

#cordova-plugin-segment

Cordova plugin for Segment Analytics.

Supports Segment's iOS and Android SDKs.

##Usage Implements (mostly) the same API interface on window.analytics as Analytics.js.

##iOS Setup Use CocoaPods: The default plugin configuration does not bundle any Segment integrations or core analytics SDKs. To add more your custom integrations, create a Podfile file in your iOS platform root directory and add your segment integration dependencies. See the iOS Quickstart for examples.

##Android Setup Use Gradle: By default, the plugin builds with the analytics-core SDK for Android. To add more your custom integrations, create a build-extras.gradle file in your Android platform root directory and add your segment integration dependencies. See the Android Custom Build Docs for examples.