Skip to content

Commit

Permalink
feat: add GCM to FB Pixel, GA, GMT, HobSpot, Redis, S3, Slack, VWO (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bardisg authored Feb 19, 2024
1 parent e73981f commit f40d5cd
Show file tree
Hide file tree
Showing 32 changed files with 5,164 additions and 96 deletions.
17 changes: 14 additions & 3 deletions src/configurations/destinations/facebook_pixel/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
"blacklistedEvents",
"whitelistedEvents",
"oneTrustCookieCategories",
"ketchConsentPurposes",
"consentManagement",
"eventFilteringOption",
"useUpdatedMapping",
"ketchConsentPurposes"
"useUpdatedMapping"
],
"excludeKeys": [],
"supportedSourceTypes": [
Expand Down Expand Up @@ -73,7 +74,17 @@
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"web": ["useNativeSDK", "legacyConversionPixelId", "connectionMode"]
"web": ["useNativeSDK", "legacyConversionPixelId", "connectionMode", "consentManagement"],
"android": ["consentManagement"],
"ios": ["consentManagement"],
"unity": ["consentManagement"],
"amp": ["consentManagement"],
"cloud": ["consentManagement"],
"warehouse": ["consentManagement"],
"reactnative": ["consentManagement"],
"flutter": ["consentManagement"],
"cordova": ["consentManagement"],
"shopify": ["consentManagement"]
},
"secretKeys": []
}
Expand Down
Loading

0 comments on commit f40d5cd

Please sign in to comment.