Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for dest config versioning #1851

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from
49 changes: 39 additions & 10 deletions src/configurations/destinations/fb_custom_audience/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,50 @@
"name": "FB_CUSTOM_AUDIENCE",
"displayName": "Facebook Custom Audience",
"config": {
"features": ["vdm-next"],
"features": [
"vdm-next"
],
"supportsBlankAudienceCreation": true,
"disableJsonMapper": true,
"supportsVisualMapper": true,
"syncBehaviours": ["mirror"],
"syncBehaviours": [
"mirror"
],
"transformAtV1": "router",
"saveDestinationResponse": true,
"includeKeys": ["oneTrustCookieCategories", "ketchConsentPurposes", "consentManagement"],
"includeKeys": [
"oneTrustCookieCategories",
"ketchConsentPurposes",
"consentManagement"
],
"excludeKeys": [],
"supportedSourceTypes": ["cloud", "warehouse", "shopify"],
"supportedSourceTypes": [
"cloud",
"warehouse",
"shopify"
],
"versions": [
"es-v1",
"retl-v1",
"retl-v2"
],
"supportedMessageTypes": {
"cloud": ["audiencelist", "record"]
"cloud": [
"audiencelist",
"record"
]
},
"isAudienceSupported": true,
"supportedConnectionModes": {
"cloud": ["cloud"],
"warehouse": ["cloud"],
"shopify": ["cloud"]
"cloud": [
"cloud"
],
"warehouse": [
"cloud"
],
"shopify": [
"cloud"
]
},
"destConfig": {
"defaultConfig": [
Expand Down Expand Up @@ -54,7 +80,10 @@
"ketchConsentPurposes"
]
},
"secretKeys": ["accessToken", "appSecret"]
"secretKeys": [
"accessToken",
"appSecret"
]
},
"responseRules": {
"responseType": "JSON",
Expand Down Expand Up @@ -84,4 +113,4 @@
]
}
}
}
}
Loading
Loading