


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