From e46b4397f2d9b7ae4b9a1c3a5f7c89daef7072dc Mon Sep 17 00:00:00 2001 From: Lyubov Sugak <34008546+LyubovSugak@users.noreply.github.com> Date: Thu, 28 Aug 2025 10:35:45 +0200 Subject: [PATCH] Update README.md note about deployment requirement after changes in doPlugin global is done --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2912a4c..d5907239 100644 --- a/README.md +++ b/README.md @@ -63,15 +63,17 @@ the extension, in case profiles or Adobe tags are changing. This extension is the result of a refactoring and generalization process of the various existing DoPlugins extensions. The goal of the refactoring was to have only one centralized version of this extension which can be used on all brand -profiles. [Read more](https://github.com/spring-media/ds_cmp_tealium_extension/blob/master/extensions/doPlugins_global.README.md) +profiles. The extension contains features which are needed for the Adobe Analytics tracking. The different features are organized as simple Javascript objects which are attached to the global S-Object which is provided by the Adobe Analytics tag. +!!! After changes are done in DoPlugins global extension to make it live the deployment in Tealium is required + ### Adobe DoPlugins App Extensions (Bild and Welt) In addition to the global doPlugins extension there are three app extensions (doPlugins_bild_apps, doPlugins_welt_apps_android, doPlugins_welt_apps_ios) which are the generalized and refactored version for different Bild and Welt apps. The app extensions specifically cater for tracking on the mobile platforms. -Good luck! \ No newline at end of file +Good luck!