- Notifications
You must be signed in to change notification settings - Fork2
segment-integrations/analytics-kotlin-mixpanel
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Add Mixpanel device mode support to your applications via this plugin forAnalytics-Kotlin
Please direct all issues, bug reports, and feature enhancements tofriends@segment.com so they can be resolved as efficiently as possible.
To install the Segment-Mixpanel integration, simply add this line to your gradle file:
implementation 'com.segment.analytics.kotlin.destinations:mixpanel:<latest_version>'Or the following for Kotlin DSL
implementation("com.segment.analytics.kotlin.destinations:mixpanel:<latest_version>")Open the file where you setup and configure the Analytics-Kotlin library. Add this plugin to the list of imports.
import com.segment.analytics.kotlin.destinations.mixpanel.MixpanelDestinationJust under your Analytics-Kotlin library setup, callanalytics.add(plugin = ...) to add an instance of the plugin to the Analytics timeline.
analytics = Analytics("<YOUR WRITE KEY>", applicationContext) { this.flushAt = 3 this.trackApplicationLifecycleEvents = true } analytics.add(plugin = MixpanelDestination(applicationContext))Your events will now begin to flow to Mixpanel in device mode.
Please use Github issues, Pull Requests, or feel free to reach out to oursupport team.
Interested in integrating your service with us? Check out ourPartners page for more details.
MIT LicenseCopyright (c) 2021 SegmentPermission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, 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 THESOFTWARE.About
Resources
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.