From d97f35043844dd488b3e61c05c9171a098dc2147 Mon Sep 17 00:00:00 2001 From: Rene Davila Date: Tue, 14 Jul 2026 14:33:06 -0500 Subject: [PATCH] Update Adobe Launch scrips --- scripts/martech.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/martech.js b/scripts/martech.js index a5d5a883..249c5875 100644 --- a/scripts/martech.js +++ b/scripts/martech.js @@ -97,7 +97,7 @@ async function initLaunch(env) { const launchUrls = { dev: 'https://assets.adobedtm.com/69ddc3de7b21/6dccef370d16/launch-bd9c26789d96-development.min.js', stage: 'https://assets.adobedtm.com/69ddc3de7b21/6dccef370d16/launch-a296d17c2a8a-staging.min.js', - prod: 'https://assets.adobedtm.com/69ddc3de7b21/022e4d026e4d/launch-e21320e8ed46.min.js', + prod: 'https://assets.adobedtm.com/69ddc3de7b21/6dccef370d16/launch-93778b50a989.min.js', }; if (!Object.keys(launchUrls).includes(env)) { return; // unknown env -> skip martech initialization