Scenario: In the NPUK project, The client wants to append a script to the SCA website of NPUK for tracking the data from the Dot digital platform. The purpose of the script is to track the cart details and orders made by customers through email campaigns. They already have Dot digital account(both production and sandbox)… Continue reading Adding Dot Digital Web tracking Script to the SCA website (Elbrus Version)
Tag: append script
How to append a script to body tag of all pages in a website and pass values dynamically into the script using extension
This article refers to adding a script with dynamic values inside it. Here is an example: Adding a script for ROI tracking with dynamic values. Sample script structure: Here in the script we need to pass two values product name and total checkout amount of items in the cart, so the number of lines in… Continue reading How to append a script to body tag of all pages in a website and pass values dynamically into the script using extension