Skip to content

Commit

Permalink
add updated supported message types
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal-ab committed Sep 18, 2023
1 parent cabdb16 commit 135fc06
Show file tree
Hide file tree
Showing 135 changed files with 585 additions and 318 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"cordova",
"shopify"
],
"supportedMessageTypes": ["identify", "page", "screen", "track"],
"supportedMessageTypes": {
"cloud": ["identify", "page", "screen", "track"]
},
"supportedConnectionModes": {
"web": ["cloud", "device", "hybrid"]
},
Expand Down
21 changes: 5 additions & 16 deletions src/configurations/destinations/adj/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"cordova",
"shopify"
],
"supportedMessageTypes": [
"track"
],
"supportedMessageTypes": { "cloud": ["track"] },
"supportedConnectionModes": {
"android": ["cloud", "device"],
Expand All @@ -48,19 +45,11 @@
"partnerParamsKeys",
"oneTrustCookieCategories"
],
"android": [
"useNativeSDK"
],
"ios": [
"useNativeSDK"
],
"flutter": [
"useNativeSDK"
],
"unity": [
"useNativeSDK"
]
"android": ["useNativeSDK"],
"ios": ["useNativeSDK"],
"flutter": ["useNativeSDK"],
"unity": ["useNativeSDK"]
},
"secretKeys": []
}
}
}
8 changes: 6 additions & 2 deletions src/configurations/destinations/adroll/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
],
"excludeKeys": [],
"supportedSourceTypes": ["web"],
"supportedMessageTypes": ["identify", "track", "page"],
"supportedMessageTypes": {
"cloud": ["identify", "track", "page"]
},
"supportedConnectionModes": {
"web": ["cloud", "device"]
},
Expand All @@ -34,5 +36,7 @@
},
"secretKeys": []
},
"options": { "isBeta": true }
"options": {
"isBeta": true
}
}
4 changes: 3 additions & 1 deletion src/configurations/destinations/af/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"cordova",
"shopify"
],
"supportedMessageTypes": ["track", "screen", "page"],
"supportedMessageTypes": {
"cloud": ["track", "screen", "page"]
},
"supportedConnectionModes": {
"cordova": ["cloud", "device"],
"android": ["cloud", "device"],
Expand Down
4 changes: 3 additions & 1 deletion src/configurations/destinations/airship/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"shopify"
],
"supportedConnectionModes": {},
"supportedMessageTypes": ["identify", "track", "group"],
"supportedMessageTypes": {
"cloud": ["identify", "track", "group"]
},
"destConfig": {
"defaultConfig": ["apiKey", "appKey", "dataCenter", "oneTrustCookieCategories"]
},
Expand Down
4 changes: 3 additions & 1 deletion src/configurations/destinations/algolia/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"warehouse",
"shopify"
],
"supportedMessageTypes": ["track"],
"supportedMessageTypes": {
"cloud": ["track"]
},
"supportedConnectionModes": {},
"destConfig": {
"defaultConfig": ["apiKey", "applicationId", "eventTypeSettings", "oneTrustCookieCategories"]
Expand Down
4 changes: 3 additions & 1 deletion src/configurations/destinations/am/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
"cordova",
"shopify"
],
"supportedMessageTypes": ["alias", "group", "identify", "page", "screen", "track"],
"supportedMessageTypes": {
"cloud": ["alias", "group", "identify", "page", "screen", "track"]
},
"supportedConnectionModes": {
"web": ["cloud", "device"],
"android": ["cloud", "device"],
Expand Down
4 changes: 3 additions & 1 deletion src/configurations/destinations/appcenter/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
],
"excludeKeys": [],
"supportedSourceTypes": ["android", "ios", "reactnative", "cordova", "flutter"],
"supportedMessageTypes": ["track"],
"supportedMessageTypes": {
"cloud": ["track"]
},
"supportedConnectionModes": {
"cordova": ["cloud", "device"],
"android": ["cloud", "device"],
Expand Down
16 changes: 5 additions & 11 deletions src/configurations/destinations/appcues/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@
"cordova",
"shopify"
],
"supportedMessageTypes": [
"identify",
"page",
"screen",
"track"
],
"supportedMessageTypes": {
"cloud": ["identify", "page", "screen", "track"]
},
"destConfig": {
"defaultConfig": [
"accountId",
Expand All @@ -41,11 +38,8 @@
"eventFilteringOption",
"oneTrustCookieCategories"
],
"web": [
"nativeSdkUrl",
"useNativeSDK"
]
"web": ["nativeSdkUrl", "useNativeSDK"]
},
"secretKeys": []
}
}
}
8 changes: 6 additions & 2 deletions src/configurations/destinations/attentive_tag/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@
"cordova",
"shopify"
],
"supportedMessageTypes": ["identify", "track"],
"supportedMessageTypes": {
"cloud": ["identify", "track"]
},
"supportedConnectionModes": {},
"destConfig": { "defaultConfig": ["apiKey", "signUpSourceId", "oneTrustCookieCategories"] },
"destConfig": {
"defaultConfig": ["apiKey", "signUpSourceId", "oneTrustCookieCategories"]
},
"secretKeys": ["apiKey"]
}
}
9 changes: 7 additions & 2 deletions src/configurations/destinations/attribution/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,14 @@
"cordova",
"shopify"
],
"supportedMessageTypes": ["alias", "group", "identify", "page", "screen", "track"],
"supportedMessageTypes": {
"cloud": ["alias", "group", "identify", "page", "screen", "track"]
},
"supportedConnectionModes": {},
"destConfig": { "defaultConfig": ["writeKey", "oneTrustCookieCategories"], "web": [] },
"destConfig": {
"defaultConfig": ["writeKey", "oneTrustCookieCategories"],
"web": []
},
"secretKeys": ["writeKey"]
}
}
8 changes: 6 additions & 2 deletions src/configurations/destinations/autopilot/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@
"cordova",
"shopify"
],
"supportedMessageTypes": ["identify", "track"],
"supportedMessageTypes": {
"cloud": ["identify", "track"]
},
"supportedConnectionModes": {},
"destConfig": { "defaultConfig": ["apiKey", "triggerId", "oneTrustCookieCategories"] },
"destConfig": {
"defaultConfig": ["apiKey", "triggerId", "oneTrustCookieCategories"]
},
"secretKeys": []
}
}
4 changes: 3 additions & 1 deletion src/configurations/destinations/awin/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"warehouse",
"shopify"
],
"supportedMessageTypes": ["track"],
"supportedMessageTypes": {
"cloud": ["track"]
},
"supportedConnectionModes": {},
"destConfig": {
"defaultConfig": ["advertiserId", "eventsToTrack", "oneTrustCookieCategories"]
Expand Down
4 changes: 3 additions & 1 deletion src/configurations/destinations/axeptio/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
],
"excludeKeys": [],
"supportedSourceTypes": ["web"],
"supportedMessageTypes": [],
"supportedMessageTypes": {
"web": []
},
"supportedConnectionModes": {
"web": ["device"]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"includeKeys": ["oneTrustCookieCategories"],
"excludeKeys": [],
"supportedSourceTypes": ["cloud", "warehouse", "shopify"],
"supportedMessageTypes": ["audiencelist"],
"supportedMessageTypes": {
"cloud": ["audiencelist"]
},
"syncBehaviours": ["mirror"],
"disableJsonMapper": true,
"isAudienceSupported": true,
Expand All @@ -29,5 +31,7 @@
]
}
},
"options": { "isBeta": true }
"options": {
"isBeta": true
}
}
26 changes: 7 additions & 19 deletions src/configurations/destinations/blueshift/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"transformAt": "router",
"transformAtV1": "router",
"saveDestinationResponse": true,
"includeKeys": [
"oneTrustCookieCategories"
],
"includeKeys": ["oneTrustCookieCategories"],
"excludeKeys": [],
"supportedSourceTypes": [
"android",
Expand All @@ -22,22 +20,12 @@
"shopify",
"warehouse"
],
"supportedMessageTypes": [
"identify",
"track",
"group"
],
"supportedMessageTypes": {
"cloud": ["identify", "track", "group"]
},
"destConfig": {
"defaultConfig": [
"eventApiKey",
"usersApiKey",
"dataCenter",
"oneTrustCookieCategories"
]
"defaultConfig": ["eventApiKey", "usersApiKey", "dataCenter", "oneTrustCookieCategories"]
},
"secretKeys": [
"eventApiKey",
"usersApiKey"
]
"secretKeys": ["eventApiKey", "usersApiKey"]
}
}
}
4 changes: 3 additions & 1 deletion src/configurations/destinations/bqstream/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"saveDestinationResponse": true,
"includeKeys": ["oneTrustCookieCategories"],
"excludeKeys": [],
"supportedMessageTypes": ["track"],
"supportedMessageTypes": {
"cloud": ["track"]
},
"supportedSourceTypes": [
"android",
"ios",
Expand Down
4 changes: 3 additions & 1 deletion src/configurations/destinations/branch/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"cordova",
"shopify"
],
"supportedMessageTypes": ["identify", "track"],
"supportedMessageTypes": {
"cloud": ["identify", "track"]
},
"supportedConnectionModes": {
"android": ["cloud", "device"],
"ios": ["cloud", "device"]
Expand Down
4 changes: 3 additions & 1 deletion src/configurations/destinations/braze/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
"flutter": ["cloud", "device"],
"reactnative": ["cloud", "device"]
},
"supportedMessageTypes": ["group", "identify", "page", "screen", "track", "alias"],
"supportedMessageTypes": {
"cloud": ["group", "identify", "page", "screen", "track", "alias"]
},
"destConfig": {
"defaultConfig": [
"appKey",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@
]
},
"secretKeys": [],
"supportedMessageTypes": ["track"]
"supportedMessageTypes": {
"cloud": ["track"]
}
},
"options": { "isBeta": true }
"options": {
"isBeta": true
}
}
8 changes: 6 additions & 2 deletions src/configurations/destinations/candu/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@
"warehouse",
"shopify"
],
"supportedMessageTypes": ["identify", "track"],
"supportedMessageTypes": {
"cloud": ["identify", "track"]
},
"supportedConnectionModes": {},
"destConfig": { "defaultConfig": ["apiKey", "oneTrustCookieCategories"] },
"destConfig": {
"defaultConfig": ["apiKey", "oneTrustCookieCategories"]
},
"secretKeys": ["apiKey"]
}
}
8 changes: 6 additions & 2 deletions src/configurations/destinations/canny/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@
"warehouse",
"shopify"
],
"supportedMessageTypes": ["identify", "track"],
"supportedMessageTypes": {
"cloud": ["identify", "track"]
},
"supportedConnectionModes": {},
"destConfig": { "defaultConfig": ["apiKey", "eventsToEvents", "oneTrustCookieCategories"] },
"destConfig": {
"defaultConfig": ["apiKey", "eventsToEvents", "oneTrustCookieCategories"]
},
"secretKeys": ["apiKey"]
}
}
4 changes: 3 additions & 1 deletion src/configurations/destinations/clevertap/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"cordova",
"shopify"
],
"supportedMessageTypes": ["identify", "page", "screen", "track", "alias"],
"supportedMessageTypes": {
"cloud": ["identify", "page", "screen", "track", "alias"]
},
"supportedConnectionModes": {
"android": ["cloud", "device"],
"web": ["cloud", "device"],
Expand Down
4 changes: 3 additions & 1 deletion src/configurations/destinations/clickup/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"warehouse",
"shopify"
],
"supportedMessageTypes": ["track"],
"supportedMessageTypes": {
"cloud": ["track"]
},
"supportedConnectionModes": {},
"destConfig": {
"defaultConfig": [
Expand Down
4 changes: 3 additions & 1 deletion src/configurations/destinations/convertflow/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
],
"excludeKeys": [],
"supportedSourceTypes": ["web"],
"supportedMessageTypes": ["identify"],
"supportedMessageTypes": {
"cloud": ["identify"]
},
"supportedConnectionModes": {
"web": ["device"]
},
Expand Down
Loading

0 comments on commit 135fc06

Please sign in to comment.