Skip to content

Commit

Permalink
feat: added GCM support for Bigquery destination (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnab-p authored Jun 18, 2024
1 parent fcb0dfd commit 818b7db
Show file tree
Hide file tree
Showing 4 changed files with 753 additions and 13 deletions.
24 changes: 12 additions & 12 deletions src/configurations/destinations/bq/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"config": {
"transformAtV1": "processor",
"saveDestinationResponse": true,
"includeKeys": ["oneTrustCookieCategories"],
"includeKeys": ["oneTrustCookieCategories", "consentManagement"],
"excludeKeys": [],
"supportedSourceTypes": [
"android",
Expand Down Expand Up @@ -36,17 +36,17 @@
"jsonPaths",
"oneTrustCookieCategories"
],
"android": ["connectionMode"],
"ios": ["connectionMode"],
"web": ["connectionMode"],
"unity": ["connectionMode"],
"amp": ["connectionMode"],
"cloud": ["connectionMode"],
"reactnative": ["connectionMode"],
"cloudSource": ["connectionMode"],
"flutter": ["connectionMode"],
"cordova": ["connectionMode"],
"shopify": ["connectionMode"]
"android": ["connectionMode", "consentManagement"],
"ios": ["connectionMode", "consentManagement"],
"web": ["connectionMode", "consentManagement"],
"unity": ["connectionMode", "consentManagement"],
"amp": ["connectionMode", "consentManagement"],
"cloud": ["connectionMode", "consentManagement"],
"reactnative": ["connectionMode", "consentManagement"],
"cloudSource": ["connectionMode", "consentManagement"],
"flutter": ["connectionMode", "consentManagement"],
"cordova": ["connectionMode", "consentManagement"],
"shopify": ["connectionMode", "consentManagement"]
},
"secretKeys": ["credentials"],
"supportedConnectionModes": {
Expand Down
Loading

0 comments on commit 818b7db

Please sign in to comment.