Sprig destination
Getting started
- Go to Data & Integrations > Integrations and select the Sprig entry in the Directory tab.
- (Optional) Select the data sources that you want to connect to your outbound integration. You can always connect data sources later. We'll only show you data sources that work with your integration.
-
Configure your integration.
- Environment ID: Your environment ID (production or development).
- Debug mode: Enable debug mode for testing purposes.
- Click Enable Destination.
Actions
When you're done setting things up, you can go to the Actions tab to see how we map incoming data to your integration.
| Action | Default Trigger | Description |
|---|---|---|
| Identify User | type = "identify" | Set user ID and/or attributes. |
| Sign Out User | type = "track"andevent = "Signed Out" | Clear stored user ID so that future events and traits are not associated with this user. |
| Track Event | type = "track"andevent != "Signed Out" | Track event to potentially filter user studies (microsurveys) later, or trigger a study now. |
| Update User ID | type = "alias" | Set updated user ID. |