|
2 | 2 | This is a sample android app that uses the `analytics-kotlin` library and the new `Plugins` concepts. It is meant to be simplistic, and easy to understand all the while showcasing the power of the analytics-kotlin library
|
3 | 3 |
|
4 | 4 | ## Plugins
|
5 |
| -- [Amplitude Session](src/main/java/com/segment/analytics/kotlin/destinations/plugins/AmplitudeSession.kt) |
6 |
| -Sample plugin to enable users to enrich data for the Amplitude Actions destination |
| 5 | +- [Amplitude Session](https://github.com/segment-integrations/analytics-kotlin-amplitude) |
| 6 | +Plugin to enable users to enrich data for the Amplitude Actions destination |
7 | 7 |
|
8 |
| -- [AppsFlyer](src/main/java/com/segment/analytics/kotlin/destinations/plugins/AppsflyerDestination.kt) |
9 |
| -Sample plugin to enable users to send data to the device-mode AppsFlyer destination |
| 8 | +- [Appcues](https://github.com/appcues/segment-appcues-android) |
| 9 | +Plugin to enable users to send data to the device-mode Appcues destination |
10 | 10 |
|
11 |
| -- [Comscore](src/main/java/com/segment/analytics/kotlin/destinations/plugins/ComscoreDestination.kt) |
12 |
| -Sample plugin to enable users to send data to the device-mode Comscore destination |
| 11 | +- [AppsFlyer](https://github.com/segment-integrations/analytics-kotlin-appsflyer) |
| 12 | +Plugin to enable users to send data to the device-mode AppsFlyer destination |
13 | 13 |
|
14 |
| -- [Firebase](src/main/java/com/segment/analytics/kotlin/destinations/plugins/FirebaseDestination.kt) |
15 |
| -Sample plugin to enable users to send data to the device-mode Firebase destination |
| 14 | +- [Comscore](https://github.com/segment-integrations/analytics-kotlin-comscore) |
| 15 | +Plugin to enable users to send data to the device-mode Comscore destination |
16 | 16 |
|
17 |
| -- [Intercom](src/main/java/com/segment/analytics/kotlin/destinations/plugins/IntercomDestination.kt) |
18 |
| -Sample plugin to enable users to send data to the device-mode Intercom destination |
| 17 | +- [Firebase](https://github.com/segment-integrations/analytics-kotlin-firebase) |
| 18 | +Plugin to enable users to send data to the device-mode Firebase destination |
19 | 19 |
|
20 |
| -- [Mixpanel](src/main/java/com/segment/analytics/kotlin/destinations/plugins/MixpanelDestination.kt) |
21 |
| -Sample plugin to enable users to send data to the device-mode Mixpanel destination |
| 20 | +- [Intercom](https://github.com/segment-integrations/analytics-kotlin-intercom) |
| 21 | +Plugin to enable users to send data to the device-mode Intercom destination |
| 22 | + |
| 23 | +- [Mixpanel](https://github.com/segment-integrations/analytics-kotlin-mixpanel) |
| 24 | +Plugin to enable users to send data to the device-mode Mixpanel destination |
22 | 25 |
|
23 | 26 | - [Webhook Plugin](src/main/java/com/segment/analytics/kotlin/destinations/plugins/WebhookPlugin.kt)
|
24 | 27 | An after plugin that allows you to send the event from the analytics timeline to a webhook of your choice. Ideal for debugging payloads in an internal network.
|
0 commit comments