-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sumatra-synced-segments integration (#64)
* initial sumatra synced segments integration * ran npm run prettier:write
- Loading branch information
1 parent
f8f3261
commit ae186cf
Showing
3 changed files
with
379 additions
and
0 deletions.
There are no files selected for viewing
161 changes: 161 additions & 0 deletions
161
integrations/sumatra-synced-segments/assets/horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"name": "Sumatra", | ||
"version": "1.0.0", | ||
"overview": "Sync Sumatra Audiences with LaunchDarkly to create targeted experiences and experiments.", | ||
"description": "The Sumatra AI engine generates behavioral signals from raw event data to predict customer intent and segment users by cohorts. Sumatra’s LaunchDarkly integration allows you to sync Sumatra cohorts with LaunchDarkly audiences to create targeted experiences and experiments.", | ||
"author": "Sumatra", | ||
"supportEmail": "[email protected]", | ||
"links": { | ||
"site": "https://sumatra.ai/", | ||
"launchdarklyDocs": "https://docs.launchdarkly.com/home/segments/synced-segments/sumatra", | ||
"privacyPolicy": "https://launchdarkly.com/policies/privacy/", | ||
"supportWebsite": "https://optimize-docs.sumatra.ai/experiences/launchdarkly" | ||
}, | ||
"categories": ["synced-segments"], | ||
"icons": { | ||
"square": "assets/square.svg", | ||
"horizontal": "assets/horizontal.svg" | ||
}, | ||
"capabilities": { | ||
"syncedSegment": { | ||
"requestParser": { | ||
"environmentIdPath": "/environmentId", | ||
"contextKindPath": "/contextKind", | ||
"cohortIdPath": "/cohortId", | ||
"cohortNamePath": "/cohortName", | ||
"cohortUrlPath": "/cohortUrl", | ||
"addMemberArrayPath": "/included/add", | ||
"removeMemberArrayPath": "/included/remove", | ||
"memberArrayParser": { | ||
"memberIdPath": "/id" | ||
} | ||
} | ||
} | ||
} | ||
} |