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 + } + ] + } } ] },