Skip to content

Commit

Permalink
feat(fb_custom_audience): move FBCA to form builder v2 (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepdsvs authored Sep 16, 2024
1 parent 6299ad5 commit eae00a1
Show file tree
Hide file tree
Showing 4 changed files with 973 additions and 883 deletions.
30 changes: 9 additions & 21 deletions src/configurations/destinations/fb_custom_audience/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,40 +17,28 @@
},
"isAudienceSupported": true,
"supportedConnectionModes": {
"shopify": ["cloud"],
"cloud": ["cloud"],
"warehouse": ["cloud"]
"warehouse": ["cloud"],
"shopify": ["cloud"]
},
"destConfig": {
"defaultConfig": [
"accessToken",
"appSecret",
"maxUserCount",
"adAccountId",
"oneTrustCookieCategories"
],
"cloud": [
"audienceId",
"connectionMode",
"consentManagement",
"userSchema",
"isHashRequired",
"isRaw",
"disableFormat",
"type",
"subType"
"subType",
"adAccountId",
"audienceId",
"oneTrustCookieCategories"
],
"warehouse": ["connectionMode"],
"shopify": [
"connectionMode",
"consentManagement",
"userSchema",
"isHashRequired",
"isRaw",
"disableFormat",
"type",
"subType"
]
"cloud": ["connectionMode", "consentManagement"],
"warehouse": ["connectionMode", "consentManagement"],
"shopify": ["connectionMode", "consentManagement"]
},
"secretKeys": ["accessToken", "appSecret"]
},
Expand Down
Loading

0 comments on commit eae00a1

Please sign in to comment.