burcakk14301493
18-11-2018
Is there any way to override page title in Adobe Target ?
DaveDigital
23-11-2018
Hi,
The document title can be set using this JS code
document.title = "New Title Goes Here";
Hope this helps.