Skip to content

Commit

Permalink
sumatra-synced-segments integration (#64)
Browse files Browse the repository at this point in the history
* initial sumatra synced segments integration

* ran npm run prettier:write
  • Loading branch information
GregKuhlmann authored Feb 6, 2024
1 parent f8f3261 commit ae186cf
Show file tree
Hide file tree
Showing 3 changed files with 379 additions and 0 deletions.
161 changes: 161 additions & 0 deletions 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.
183 changes: 183 additions & 0 deletions integrations/sumatra-synced-segments/assets/square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions integrations/sumatra-synced-segments/manifest.json
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"
}
}
}
}
}

0 comments on commit ae186cf

Please sign in to comment.