Learn from your customers in real-time by targeting users during key moments throughout their product journey with Sprig.
mParticle’s Sprig integration is a hybrid embedded kit/S2S integration supporting the iOS and Web platforms. Additional details can be found in Sprigs documentation
mParticle’s Sprig integration requires that you add the Sprig Kit to your iOS app. If you do not add the kit, all event data will be forwarded server-side.
mParticle publishes the Sprig Kit as separate iOS 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-UserLeap'
end
Reference the Apple SDK guide to read more about kits.
mParticle’s Sprig integration requires that you add the Sprig Kit to your web app. If you do not add the kit, all event data will be forwarded server-side.
If you are loading mParticle’s Web SDK via JS snippet the Sprig kit will be included automatically when you enable the integration via mParticle’s UI. If you are self-hosting the mParticle Web SDK, you will need to manually add the UserLeap Web Kit to your source code.
Read more about adding new integrations for web here.
Setting Name | Data Type | Default Value | Description |
---|---|---|---|
API Key | string |
API key to authenticate calls to Sprig, provided in your Sprig Dashboard | |
Environment ID | string |
Environment ID to identify your Sprig team for Kit Integrations, provided in your Sprig Dashboard |
Was this page helpful?