From 7dae0f240ac35cd5e8438c51d812852e88fb07fc Mon Sep 17 00:00:00 2001 From: sandeepdigumarty Date: Tue, 19 Nov 2024 17:04:33 +0530 Subject: [PATCH] feat: add VDMv2 related prerequisite checks to GARL --- .../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 + } + ] + } } ] },