Integrations
Appsee’s mobile analytics platform helps you analyze user behavior with videos of user sessions, heatmaps, and advanced UX analytics.
The Appsee integration is an embedded kit integration and supports the iOS and Android platforms.
In order to enable mParticle’s integration with Appsee, you will need your API Key, available in your Appsee dashboard.
mParticle’s Appsee integration requires that you add the Appsee Kit to your iOS or Android app.
mParticle publishes the Appsee Kit as separate iOS and Android libraries which have a transitive dependency on the mParticle core libraries. You can add them to your app via Carthage, Cocoapods, or Gradle:
# Sample Podfile
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target '<Your Target>' do
pod 'mParticle-Appsee'
end
// Sample build.gradle
dependencies {
// Ensure the Kit version matches that of the mParticle Core SDK that you're using
compile 'com.mparticle:android-appsee-kit:5.5.0'
}
Reference the Apple SDK and Android SDK guides to read more about kits.
mParticle forwards Customer ID to Appsee.
mParticle forwards the following event types:
Setting Name | Data Type | Default Value | Description |
---|---|---|---|
API Key | string |
The API Key is available in your Appsee dashboard. |
Was this page helpful?