Skip to content

Commit

Permalink
feat: added GCM support for 5 destinations - Batch 6 (#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnab-p authored May 30, 2024
1 parent 8f8bb25 commit 7ed3664
Show file tree
Hide file tree
Showing 20 changed files with 2,937 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"eventsToStandard",
"categoryToContent",
"valueFieldIdentifier",
"oneTrustCookieCategories"
"oneTrustCookieCategories",
"consentManagement"
],
"excludeKeys": [],
"supportedSourceTypes": [
Expand Down Expand Up @@ -51,17 +52,17 @@
"valueFieldIdentifier",
"oneTrustCookieCategories"
],
"android": ["connectionMode"],
"ios": ["connectionMode"],
"web": ["connectionMode"],
"unity": ["connectionMode"],
"amp": ["connectionMode"],
"cloud": ["connectionMode"],
"reactnative": ["connectionMode"],
"flutter": ["connectionMode"],
"cordova": ["connectionMode"],
"warehouse": ["connectionMode"],
"shopify": ["connectionMode"]
"android": ["connectionMode", "consentManagement"],
"ios": ["connectionMode", "consentManagement"],
"web": ["connectionMode", "consentManagement"],
"unity": ["connectionMode", "consentManagement"],
"amp": ["connectionMode", "consentManagement"],
"cloud": ["connectionMode", "consentManagement"],
"reactnative": ["connectionMode", "consentManagement"],
"flutter": ["connectionMode", "consentManagement"],
"cordova": ["connectionMode", "consentManagement"],
"warehouse": ["connectionMode", "consentManagement"],
"shopify": ["connectionMode", "consentManagement"]
},
"secretKeys": ["accessToken"]
},
Expand Down
Loading

0 comments on commit 7ed3664

Please sign in to comment.