Skip to content

Commit

Permalink
feat: onboard topsort destination (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
aanshi07 authored and ItsSudip committed Dec 18, 2024
1 parent a204e90 commit ed763ff
Show file tree
Hide file tree
Showing 4 changed files with 1,442 additions and 0 deletions.
109 changes: 109 additions & 0 deletions src/configurations/destinations/topsort/db-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
{
"name": "TOPSORT",
"displayName": "Topsort",
"config": {
"transformAtV1": "processor",
"saveDestinationResponse": true,
"excludeKeys": [],
"supportedSourceTypes": [
"android",
"ios",
"unity",
"amp",
"web",
"cloud",
"warehouse",
"reactnative",
"flutter",
"cordova",
"shopify"
],
"supportedMessageTypes": { "cloud": ["track"] },
"supportedConnectionModes": {
"android": ["cloud"],
"ios": ["cloud"],
"web": ["cloud"],
"unity": ["cloud"],
"amp": ["cloud"],
"reactnative": ["cloud"],
"flutter": ["cloud"],
"cordova": ["cloud"],
"shopify": ["cloud"],
"cloud": ["cloud"],
"warehouse": ["cloud"]
},
"destConfig": {
"defaultConfig": ["apiKey", "topsortEvents"],
"android": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"ios": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"unity": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"amp": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"reactnative": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"flutter": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"cordova": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"web": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"cloud": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"shopify": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"warehouse": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
]
},
"secretKeys": ["apiKey"]
},
"options": {
"isBeta": true
}
}
Loading

0 comments on commit ed763ff

Please sign in to comment.