Skip to content

Commit

Permalink
feat: onboard tune destination
Browse files Browse the repository at this point in the history
  • Loading branch information
aanshi07 committed Oct 9, 2024
1 parent 7a65529 commit 064360c
Show file tree
Hide file tree
Showing 4 changed files with 1,274 additions and 0 deletions.
71 changes: 71 additions & 0 deletions src/configurations/destinations/tune/db-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"name": "TUNE",
"displayName": "Tune",
"config": {
"cdkV2Enabled": true,
"transformAtV1": "router",
"saveDestinationResponse": true,
"includeKeys": [
"url",
"eventName",
"eventsMapping",
"oneTrustCookieCategories",
"blacklistedEvents",
"whitelistedEvents",
"eventFilteringOption",
"consentManagement"
],
"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": [
"url",
"eventName",
"eventsMapping",
"blacklistedEvents",
"whitelistedEvents",
"eventFilteringOption",
"oneTrustCookieCategories"
],
"android": ["connectionMode", "consentManagement"],
"ios": ["connectionMode", "consentManagement"],
"web": ["connectionMode", "consentManagement"],
"unity": ["connectionMode", "consentManagement"],
"amp": ["connectionMode", "consentManagement"],
"cloud": ["connectionMode", "consentManagement"],
"warehouse": ["connectionMode", "consentManagement"],
"reactnative": ["connectionMode", "consentManagement"],
"flutter": ["connectionMode", "consentManagement"],
"cordova": ["connectionMode", "consentManagement"],
"shopify": ["connectionMode", "consentManagement"]
},
"secretKeys": []
},
"options": { "isBeta": true }
}
Loading

0 comments on commit 064360c

Please sign in to comment.