Skip to content

Commit

Permalink
feat: added accoil analytics data validation test json
Browse files Browse the repository at this point in the history
  • Loading branch information
accoilmj committed Jan 25, 2025
1 parent 3b2992a commit 807e1ae
Show file tree
Hide file tree
Showing 2 changed files with 364 additions and 59 deletions.
60 changes: 1 addition & 59 deletions src/configurations/destinations/accoil_analytics/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,56 +67,6 @@
"title": "Consent settings",
"note": "not visible in the ui",
"fields": [
{
"type": "tagInput",
"label": "OneTrust consent category IDs",
"note": "Input your OneTrust category IDs by pressing 'Enter' after each entry. The support for category names is deprecated. We recommend using the category IDs instead of the names as IDs are unique and less likely to change over time, making them a more reliable choice.",
"configKey": "oneTrustCookieCategories",
"tagKey": "oneTrustCookieCategory",
"placeholder": "e.g: C0001",
"default": [
{
"oneTrustCookieCategory": ""
}
],
"preRequisites": {
"featureFlags": [
{
"configKey": "AMP_enable-gcm",
"value": false
},
{
"configKey": "AMP_enable-gcm"
}
],
"featureFlagsCondition": "or"
}
},
{
"type": "tagInput",
"label": "Ketch consent purpose IDs",
"note": "Input your Ketch consent purpose IDs by pressing 'Enter' after each entry.",
"configKey": "ketchConsentPurposes",
"tagKey": "purpose",
"placeholder": "e.g: marketing",
"default": [
{
"purpose": ""
}
],
"preRequisites": {
"featureFlags": [
{
"configKey": "AMP_enable-gcm",
"value": false
},
{
"configKey": "AMP_enable-gcm"
}
],
"featureFlagsCondition": "or"
}
},
{
"type": "dynamicCustomForm",
"configKey": "consentManagement",
Expand Down Expand Up @@ -181,15 +131,7 @@
}
]
}
],
"preRequisites": {
"featureFlags": [
{
"configKey": "AMP_enable-gcm",
"value": true
}
]
}
]
}
]
}
Expand Down
Loading

0 comments on commit 807e1ae

Please sign in to comment.