Integrations
Embed the most sophisticated contextual awareness engine into your app, engaging users with personalized geo-aware content and providing businesses with a deeper understanding of their customers.
mParticle’s Pilgrim integration is an embedded kit integration supporting the iOS and Android platforms. This kit-only integration solely supports client-side data forwarding.
To activate the Pilgrim integration, you will need your Client ID and Secret, available from the developer console of your Foursquare account.
mParticle’s Pilgrim integration requires that you add the Pilgrim Kit to your iOS or Android app.
mParticle publishes the Pilgrim 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'
target '<Your Target>' do
pod 'mParticle-Pilgrim'
end
// Add the kit dependency
dependencies {
// Ensure the Kit version matches that of the mParticle Core SDK that you're using
compile 'com.mparticle:android-pilgrim-kit:5+'
}
Reference the Apple SDK and Android SDK guides to read more about kits.
Setting Name | Data Type | Default Value | Description |
---|---|---|---|
Client ID | string |
The Client ID, obtained from the Foursquare developer console page for your app. | |
Client Secret | string |
The Client Secret, obtained from the Foursquare developer console page for your app. |
Was this page helpful?