Skip to content

Commit

Permalink
feat: accoil analytics ui
Browse files Browse the repository at this point in the history
  • Loading branch information
accoilmj committed Nov 19, 2024
1 parent a039627 commit cfcf256
Show file tree
Hide file tree
Showing 3 changed files with 1,178 additions and 0 deletions.
121 changes: 121 additions & 0 deletions src/configurations/destinations/accoil_analytics/db-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
{
"name": "Accoil_Analytics",
"displayName": "Accoil Analytics",
"config": {
"cdkV2Enabled": true,
"transformAtV1": "processor",
"saveDestinationResponse": true,
"includeKeys": [
"oneTrustCookieCategories",
"connectionMode",
"consentManagement",
"ketchConsentPurposes"
],
"excludeKeys": [],
"supportedSourceTypes": [
"android",
"ios",
"web",
"unity",
"amp",
"cloud",
"warehouse",
"reactnative",
"flutter",
"cordova",
"shopify"
],
"supportedMessageTypes": {
"cloud": ["identify", "page", "screen", "track", "group"]
},
"supportedConnectionModes": {
"web": ["cloud"],
"android": ["cloud"],
"ios": ["cloud"],
"unity": ["cloud"],
"amp": ["cloud"],
"reactnative": ["cloud"],
"flutter": ["cloud"],
"cordova": ["cloud"],
"shopify": ["cloud"],
"cloud": ["cloud"],
"warehouse": ["cloud"]
},
"destConfig": {
"defaultConfig": ["apiKey", "blacklistedEvents", "whitelistedEvents", "eventFilteringOption"],
"web": [
"useNativeSDK",
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"android": [
"useNativeSDK",
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"ios": [
"useNativeSDK",
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"unity": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"amp": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"cloud": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"warehouse": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"reactnative": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"flutter": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"cordova": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"shopify": [
"connectionMode",
"consentManagement",
"oneTrustCookieCategories",
"ketchConsentPurposes"
]
},
"secretKeys": ["apiKey"]
},
"options": {
"isBeta": true
}
}
Loading

0 comments on commit cfcf256

Please sign in to comment.