From ee02a0dd796ddd4ec0d89fd0be644998fcc73118 Mon Sep 17 00:00:00 2001 From: Sandeep Digumarty Date: Tue, 19 Nov 2024 19:35:44 +0530 Subject: [PATCH] feat: add VDMv2 related prerequisite checks to GARL (#1810) --- .../ui-config.json | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/configurations/destinations/google_adwords_remarketing_lists/ui-config.json b/src/configurations/destinations/google_adwords_remarketing_lists/ui-config.json index 3acfda234..4a3285909 100644 --- a/src/configurations/destinations/google_adwords_remarketing_lists/ui-config.json +++ b/src/configurations/destinations/google_adwords_remarketing_lists/ui-config.json @@ -196,7 +196,27 @@ ], "default": ["email"] } - ] + ], + "preRequisites": { + "fields": [ + { + "configKey": "connectionMode.cloud", + "value": "cloud" + }, + { + "configKey": "connectionMode.shopify", + "value": "cloud" + } + ], + "condition": "or", + "prerequisitesCondition": "or", + "featureFlags": [ + { + "configKey": "AMP_vdm-next", + "value": false + } + ] + } } ] },